#AC96CA

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

Shades of Biloba Flower #AC96CA

Tints of Biloba Flower #AC96CA

Color information

#AC96CA (or 0xAC96CA) is unknown color: approx Biloba Flower. HEX triplet: AC, 96 and CA. RGB value is (172,150,202). Sum of RGB (Red+Green+Blue) = 172+150+202=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 150 (58.98% from 255 or 28.63% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC96CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC96CA is #536935. Grayscale: #A2A2A2. Windows color (decimal): -5466422 or 13276844. OLE color: 13276844.

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

Color convert

RGB172150202-
CMYK0.150.2600.21
HSL265.38º32.91%69.02%-
HSV(B)265.38º25.74%79.22%-
XYZ38.5834.8560.57-
YUV162.51150.29134.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.82%
GREEN value IS 150 (58.98% from 255) = 28.63%
BLUE value IS 202 (79.30% from 255) = 38.55%
R=32.82%
G=28.63%
B=38.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721502020.150.2600.21265.3832.9169.02
HexAC96CAF1A0151092145
Octal254226312173202541141105
Binary1010110010010110110010101111110100101011000010011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC96CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC96CA; }

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

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

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

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

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

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

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

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