Html Css Color HEX #AD9CCE Biloba Flower

📋 copy color: '#AD9CCE'

red 173 ◦ green 156 ◦ blue 206

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

Shades of Biloba Flower #AD9CCE

Tints of Biloba Flower #AD9CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.5%

R = 32.34%
G = 29.16%
B = 38.5%

CMYK

 C value IS 0.16

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD9CCE (or 0xAD9CCE) is known color: Biloba Flower. HEX triplet: AD, 9C and CE. RGB value is (173,156,206). Sum of RGB (Red+Green+Blue) = 173+156+206=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 156 (61.33% from 255 or 29.16% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD9CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9CCE is #526331. Grayscale: #A6A6A6. Windows color (decimal): -5399346 or 13540525. OLE color: 13540525.

HSL color Cylindrical-coordinate representation of color #AD9CCE: hue angle of 260.4º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AD9CCE is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 156 206 -
CMYK 0.16 0.24 0 0.19
HSL 260.4º 0.34% 0.71% -
HSV(B) 260.4º 0.24% 0.81% -
XYZ 40.26 37.12 63.43 -
YUV 166.78 150.13 132.43 -
System Red Green Blue C M Y K H S L
Decimal 173 156 206 0.16 0.24 0 0.19 260.4 0.34 0.71
Hex AD 9C CE 10 18 0 13 104 22 47
Octal 255 234 316 20 30 0 23 404 42 107
Binary 10101101 10011100 11001110 10000 11000 0 10011 100000100 100010 1000111

Color Harmonies of #AD9CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9CCE

Black with #AD9CCE

Text Example


Text Example

White with #AD9CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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