#AC91DD

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

Shades of Biloba Flower #AC91DD

Tints of Biloba Flower #AC91DD

Color information

#AC91DD (or 0xAC91DD) is unknown color: approx Biloba Flower. HEX triplet: AC, 91 and DD. RGB value is (172,145,221). Sum of RGB (Red+Green+Blue) = 172+145+221=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 145 (57.03% from 255 or 26.95% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC91DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC91DD is #536E22. Grayscale: #A1A1A1. Windows color (decimal): -5467683 or 14520748. OLE color: 14520748.

HSL color Cylindrical-coordinate representation of color #AC91DD: hue angle of 261.32º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC91DD is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB172145221-
CMYK0.220.3400.13
HSL261.32º52.78%71.76%-
HSV(B)261.32º34.39%86.67%-
XYZ40.1934.2472.9-
YUV161.74161.45135.32-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.97%
GREEN value IS 145 (57.03% from 255) = 26.95%
BLUE value IS 221 (86.72% from 255) = 41.08%
R=31.97%
G=26.95%
B=41.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1721452210.220.3400.13261.3252.7871.76
HexAC91DD16220D1053548
Octal254221335264201540565110
Binary10101100100100011101110110110100010011011000001011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC91DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC91DD; }

 p { color: rgb(172,145,221); }

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

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

 a { background-color: rgb(172,145,221); }

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

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

 span { border-color: rgb(172,145,221); }

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