Html Css Color HEX #AD9FCD Biloba Flower

📋 copy color: '#AD9FCD'

red 173 ◦ green 159 ◦ blue 205

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

Shades of Biloba Flower #AD9FCD

Tints of Biloba Flower #AD9FCD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.61%

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

R = 32.22%
G = 29.61%
B = 38.18%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD9FCD (or 0xAD9FCD) is known color: Biloba Flower. HEX triplet: AD, 9F and CD. RGB value is (173,159,205). Sum of RGB (Red+Green+Blue) = 173+159+205=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 159 (62.5% from 255 or 29.61% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD9FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9FCD is #526032. Grayscale: #A8A8A8. Windows color (decimal): -5398579 or 13475757. OLE color: 13475757.

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

Color convert

RGB 173 159 205 -
CMYK 0.16 0.22 0 0.20
HSL 258.26º 0.32% 0.71% -
HSV(B) 258.26º 0.22% 0.8% -
XYZ 40.65 38.09 62.97 -
YUV 168.43 148.64 131.26 -
System Red Green Blue C M Y K H S L
Decimal 173 159 205 0.16 0.22 0 0.20 258.26 0.32 0.71
Hex AD 9F CD 10 16 0 14 102 20 47
Octal 255 237 315 20 26 0 24 402 40 107
Binary 10101101 10011111 11001101 10000 10110 0 10100 100000010 100000 1000111

Color Harmonies of #AD9FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9FCD

Black with #AD9FCD

Text Example


Text Example

White with #AD9FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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