Html Css Color HEX #AD9FCB Biloba Flower

📋 copy color: '#AD9FCB'

red 173 ◦ green 159 ◦ blue 203

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

Shades of Biloba Flower #AD9FCB

Tints of Biloba Flower #AD9FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.94%

R = 32.34%
G = 29.72%
B = 37.94%

CMYK

 C value IS 0.15

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD9FCB (or 0xAD9FCB) is known color: Biloba Flower. HEX triplet: AD, 9F and CB. RGB value is (173,159,203). Sum of RGB (Red+Green+Blue) = 173+159+203=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 159 (62.5% from 255 or 29.72% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD9FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9FCB is #526034. Grayscale: #A8A8A8. Windows color (decimal): -5398581 or 13344685. OLE color: 13344685.

HSL color Cylindrical-coordinate representation of color #AD9FCB: hue angle of 259.09º degrees, saturation: 0.3, 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 #AD9FCB is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 159 203 -
CMYK 0.15 0.22 0 0.20
HSL 259.09º 0.3% 0.71% -
HSV(B) 259.09º 0.22% 0.8% -
XYZ 40.41 37.99 61.7 -
YUV 168.2 147.64 131.42 -
System Red Green Blue C M Y K H S L
Decimal 173 159 203 0.15 0.22 0 0.20 259.09 0.3 0.71
Hex AD 9F CB F 16 0 14 103 1E 47
Octal 255 237 313 17 26 0 24 403 36 107
Binary 10101101 10011111 11001011 1111 10110 0 10100 100000011 11110 1000111

Color Harmonies of #AD9FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9FCB

Black with #AD9FCB

Text Example


Text Example

White with #AD9FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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