Html Css Color HEX #AD9DCC Biloba Flower

📋 copy color: '#AD9DCC'

red 173 ◦ green 157 ◦ blue 204

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

Shades of Biloba Flower #AD9DCC

Tints of Biloba Flower #AD9DCC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.4%

 BLUE value IS 204 (80.08% from 255) = 38.2%

R = 32.4%
G = 29.4%
B = 38.2%

CMYK

 C value IS 0.15

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AD9DCC (or 0xAD9DCC) is known color: Biloba Flower. HEX triplet: AD, 9D and CC. RGB value is (173,157,204). Sum of RGB (Red+Green+Blue) = 173+157+204=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 157 (61.72% from 255 or 29.40% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD9DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9DCC is #526233. Grayscale: #A6A6A6. Windows color (decimal): -5399092 or 13409709. OLE color: 13409709.

HSL color Cylindrical-coordinate representation of color #AD9DCC: hue angle of 260.43º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AD9DCC is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 157 204 -
CMYK 0.15 0.23 0 0.2
HSL 260.43º 0.32% 0.71% -
HSV(B) 260.43º 0.23% 0.8% -
XYZ 40.19 37.36 62.22 -
YUV 167.14 148.8 132.18 -
System Red Green Blue C M Y K H S L
Decimal 173 157 204 0.15 0.23 0 0.2 260.43 0.32 0.71
Hex AD 9D CC F 17 0 14 104 20 47
Octal 255 235 314 17 27 0 24 404 40 107
Binary 10101101 10011101 11001100 1111 10111 0 10100 100000100 100000 1000111

Color Harmonies of #AD9DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9DCC

Black with #AD9DCC

Text Example


Text Example

White with #AD9DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9DCC; }

 p { color: rgb(173,157,204); }

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

background-color css

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

 a { background-color: rgb(173,157,204); }

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

border-color css

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

 span { border-color: rgb(173,157,204); }

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