Html Css Color HEX #AD9CCC Biloba Flower

📋 copy color: '#AD9CCC'

red 173 ◦ green 156 ◦ blue 204

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

Shades of Biloba Flower #AD9CCC

Tints of Biloba Flower #AD9CCC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.27%

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

R = 32.46%
G = 29.27%
B = 38.27%

CMYK

 C value IS 0.15

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AD9CCC (or 0xAD9CCC) is known color: Biloba Flower. HEX triplet: AD, 9C and CC. RGB value is (173,156,204). Sum of RGB (Red+Green+Blue) = 173+156+204=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 156 (61.33% from 255 or 29.27% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD9CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9CCC is #526333. Grayscale: #A6A6A6. Windows color (decimal): -5399348 or 13409453. OLE color: 13409453.

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

Color convert

RGB 173 156 204 -
CMYK 0.15 0.24 0 0.2
HSL 261.25º 0.32% 0.71% -
HSV(B) 261.25º 0.24% 0.8% -
XYZ 40.02 37.02 62.16 -
YUV 166.56 149.13 132.6 -
System Red Green Blue C M Y K H S L
Decimal 173 156 204 0.15 0.24 0 0.2 261.25 0.32 0.71
Hex AD 9C CC F 18 0 14 105 20 47
Octal 255 234 314 17 30 0 24 405 40 107
Binary 10101101 10011100 11001100 1111 11000 0 10100 100000101 100000 1000111

Color Harmonies of #AD9CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9CCC

Black with #AD9CCC

Text Example


Text Example

White with #AD9CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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