#AD91CC

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

Shades of Biloba Flower #AD91CC

Tints of Biloba Flower #AD91CC

Color information

#AD91CC (or 0xAD91CC) is unknown color: approx Biloba Flower. HEX triplet: AD, 91 and CC. RGB value is (173,145,204). Sum of RGB (Red+Green+Blue) = 173+145+204=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 145 (57.03% from 255 or 27.78% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD91CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD91CC is #526E33. Grayscale: #9F9F9F. Windows color (decimal): -5402164 or 13406637. OLE color: 13406637.

HSL color Cylindrical-coordinate representation of color #AD91CC: hue angle of 268.47º degrees, saturation: 0.37, 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 #AD91CC is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB173145204-
CMYK0.150.2900.2
HSL268.47º36.65%68.43%-
HSV(B)268.47º28.92%80%-
XYZ38.2633.4961.58-
YUV160.1152.78137.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.14%
GREEN value IS 145 (57.03% from 255) = 27.78%
BLUE value IS 204 (80.08% from 255) = 39.08%
R=33.14%
G=27.78%
B=39.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1731452040.150.2900.2268.4736.6568.43
HexAD91CCF1D01410c2544
Octal255221314173502441445104
Binary1010110110010001110011001111111010101001000011001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD91CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD91CC; }

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

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

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

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

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

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

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

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