#AC91CB

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

Shades of Biloba Flower #AC91CB

Tints of Biloba Flower #AC91CB

Color information

#AC91CB (or 0xAC91CB) is unknown color: approx Biloba Flower. HEX triplet: AC, 91 and CB. RGB value is (172,145,203). Sum of RGB (Red+Green+Blue) = 172+145+203=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 145 (57.03% from 255 or 27.88% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC91CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC91CB is #536E34. Grayscale: #9F9F9F. Windows color (decimal): -5467701 or 13341100. OLE color: 13341100.

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

Color convert

RGB172145203-
CMYK0.150.2900.20
HSL267.93º35.8%68.24%-
HSV(B)267.93º28.57%79.61%-
XYZ37.9233.3360.94-
YUV159.68152.45136.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.08%
GREEN value IS 145 (57.03% from 255) = 27.88%
BLUE value IS 203 (79.69% from 255) = 39.04%
R=33.08%
G=27.88%
B=39.04%

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
Decimal1721452030.150.2900.20267.9335.868.24
HexAC91CBF1D01410c2444
Octal254221313173502441444104
Binary1010110010010001110010111111111010101001000011001001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC91CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC91CB; }

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

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

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

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

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

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

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

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