#AD91CB

Color #AD91CB Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #AD91CB

Tints of Biloba Flower #AD91CB

Color information

#AD91CB (or 0xAD91CB) is unknown color: approx Biloba Flower. HEX triplet: AD, 91 and CB. RGB value is (173,145,203). Sum of RGB (Red+Green+Blue) = 173+145+203=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 145 (57.03% from 255 or 27.83% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD91CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD91CB is #526E34. Grayscale: #9F9F9F. Windows color (decimal): -5402165 or 13341101. OLE color: 13341101.

HSL color Cylindrical-coordinate representation of color #AD91CB: hue angle of 268.97º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD91CB is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB173145203-
CMYK0.150.2900.20
HSL268.97º35.8%68.24%-
HSV(B)268.97º28.57%79.61%-
XYZ38.1433.4560.95-
YUV159.98152.28137.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.21%
GREEN value IS 145 (57.03% from 255) = 27.83%
BLUE value IS 203 (79.69% from 255) = 38.96%
R=33.21%
G=27.83%
B=38.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1731452030.150.2900.20268.9735.868.24
HexAD91CBF1D01410d2444
Octal255221313173502441544104
Binary1010110110010001110010111111111010101001000011011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD91CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD91CB; }

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

 H1.HeaderClassName
 {
   color: #AD91CB;
 }
 .AnyTagClassName
 {
   color: #AD91CB;
 }
</style>
background-color css

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

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

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

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

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

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