#AC91CA

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

Shades of Biloba Flower #AC91CA

Tints of Biloba Flower #AC91CA

Color information

#AC91CA (or 0xAC91CA) is unknown color: approx Biloba Flower. HEX triplet: AC, 91 and CA. RGB value is (172,145,202). Sum of RGB (Red+Green+Blue) = 172+145+202=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 145 (57.03% from 255 or 27.94% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC91CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC91CA is #536E35. Grayscale: #9F9F9F. Windows color (decimal): -5467702 or 13275564. OLE color: 13275564.

HSL color Cylindrical-coordinate representation of color #AC91CA: hue angle of 268.42º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AC91CA is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB172145202-
CMYK0.150.2800.21
HSL268.42º34.97%68.04%-
HSV(B)268.42º28.22%79.22%-
XYZ37.833.2960.31-
YUV159.57151.95136.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.14%
GREEN value IS 145 (57.03% from 255) = 27.94%
BLUE value IS 202 (79.30% from 255) = 38.92%
R=33.14%
G=27.94%
B=38.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721452020.150.2800.21268.4234.9768.04
HexAC91CAF1C01510c2344
Octal254221312173402541443104
Binary1010110010010001110010101111111000101011000011001000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC91CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC91CA; }

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

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

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

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

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

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

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

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