#AC99CA

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

Shades of Biloba Flower #AC99CA

Tints of Biloba Flower #AC99CA

Color information

#AC99CA (or 0xAC99CA) is unknown color: approx Biloba Flower. HEX triplet: AC, 99 and CA. RGB value is (172,153,202). Sum of RGB (Red+Green+Blue) = 172+153+202=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC99CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC99CA is #536635. Grayscale: #A4A4A4. Windows color (decimal): -5465654 or 13277612. OLE color: 13277612.

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

Color convert

RGB172153202-
CMYK0.150.2400.21
HSL263.27º31.61%69.61%-
HSV(B)263.27º24.26%79.22%-
XYZ39.0735.8260.73-
YUV164.27149.29133.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.64%
GREEN value IS 153 (60.16% from 255) = 29.03%
BLUE value IS 202 (79.30% from 255) = 38.33%
R=32.64%
G=29.03%
B=38.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721532020.150.2400.21263.2731.6169.61
HexAC99CAF180151072046
Octal254231312173002540740106
Binary1010110010011001110010101111110000101011000001111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC99CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC99CA; }

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

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

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

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

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

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

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

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