Html Css Color HEX #AD9ACD Biloba Flower

📋 copy color: '#AD9ACD'

red 173 ◦ green 154 ◦ blue 205

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

Shades of Biloba Flower #AD9ACD

Tints of Biloba Flower #AD9ACD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.95%

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

R = 32.52%
G = 28.95%
B = 38.53%

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

#AD9ACD (or 0xAD9ACD) is known color: Biloba Flower. HEX triplet: AD, 9A and CD. RGB value is (173,154,205). Sum of RGB (Red+Green+Blue) = 173+154+205=532 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.52% from 532); Green value is 154 (60.55% from 255 or 28.95% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD9ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9ACD is #526532. Grayscale: #A5A5A5. Windows color (decimal): -5399859 or 13474477. OLE color: 13474477.

HSL color Cylindrical-coordinate representation of color #AD9ACD: hue angle of 262.35º 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 #AD9ACD is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 154 205 -
CMYK 0.16 0.25 0 0.20
HSL 262.35º 0.34% 0.7% -
HSV(B) 262.35º 0.25% 0.8% -
XYZ 39.81 36.4 62.69 -
YUV 165.5 150.29 133.35 -
System Red Green Blue C M Y K H S L
Decimal 173 154 205 0.16 0.25 0 0.20 262.35 0.34 0.7
Hex AD 9A CD 10 19 0 14 106 22 46
Octal 255 232 315 20 31 0 24 406 42 106
Binary 10101101 10011010 11001101 10000 11001 0 10100 100000110 100010 1000110

Color Harmonies of #AD9ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9ACD

Black with #AD9ACD

Text Example


Text Example

White with #AD9ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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