Html Css Color HEX #AD99CD Biloba Flower

📋 copy color: '#AD99CD'

red 173 ◦ green 153 ◦ blue 205

#AD99CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #AD99CD

Tints of Biloba Flower #AD99CD

RGB

 RED value IS 173 (67.97% from 255) = 32.58%

 GREEN value IS 153 (60.16% from 255) = 28.81%

 BLUE value IS 205 (80.47% from 255) = 38.61%

R = 32.58%
G = 28.81%
B = 38.61%

CMYK

 C value IS 0.16

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AD99CD (or 0xAD99CD) is known color: Biloba Flower. HEX triplet: AD, 99 and CD. RGB value is (173,153,205). Sum of RGB (Red+Green+Blue) = 173+153+205=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 153 (60.16% from 255 or 28.81% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD99CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD99CD is #526632. Grayscale: #A4A4A4. Windows color (decimal): -5400115 or 13474221. OLE color: 13474221.

HSL color Cylindrical-coordinate representation of color #AD99CD: hue angle of 263.08º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AD99CD is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 153 205 -
CMYK 0.16 0.25 0 0.20
HSL 263.08º 0.34% 0.7% -
HSV(B) 263.08º 0.25% 0.8% -
XYZ 39.64 36.07 62.63 -
YUV 164.91 150.63 133.77 -
System Red Green Blue C M Y K H S L
Decimal 173 153 205 0.16 0.25 0 0.20 263.08 0.34 0.7
Hex AD 99 CD 10 19 0 14 107 22 46
Octal 255 231 315 20 31 0 24 407 42 106
Binary 10101101 10011001 11001101 10000 11001 0 10100 100000111 100010 1000110

Color Harmonies of #AD99CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD99CD

Black with #AD99CD

Text Example


Text Example

White with #AD99CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD99CD; }

 p { color: rgb(173,153,205); }

 H1.HeaderClassName
 {
   color: #AD99CD;
 }
 .AnyTagClassName
 {
   color: #AD99CD;
 }
</style>

background-color css

<style>
 a { background-color: #AD99CD; }

 a { background-color: rgb(173,153,205); }

 div.DivClassName
 {
   background-color: #AD99CD;
 }
 .BgClassName
 {
   background-color: #AD99CD;
 }
</style>

border-color css

<style>
 span { border-color: #AD99CD; }

 span { border-color: rgb(173,153,205); }

 td.TdClassName
 {
   border-color: #AD99CD;
 }
 .TagClassName
 {
   border-color: #AD99CD;
 }
</style>