#AC99E1

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

Shades of Biloba Flower #AC99E1

Tints of Biloba Flower #AC99E1

Color information

#AC99E1 (or 0xAC99E1) is unknown color: approx Biloba Flower. HEX triplet: AC, 99 and E1. RGB value is (172,153,225). Sum of RGB (Red+Green+Blue) = 172+153+225=550 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.27% from 550); Green value is 153 (60.16% from 255 or 27.82% from 550); Blue value is 225 (88.28% from 255 or 40.91% from 550); Max value from RGB is 225 - color contains mainly: blue. Hex color #AC99E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC99E1 is #53661E. Grayscale: #A6A6A6. Windows color (decimal): -5465631 or 14784940. OLE color: 14784940.

HSL color Cylindrical-coordinate representation of color #AC99E1: hue angle of 255.83º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AC99E1 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB172153225-
CMYK0.240.3200.12
HSL255.83º54.55%74.12%-
HSV(B)255.83º32%88.24%-
XYZ4236.9976.16-
YUV166.89160.79131.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.27%
GREEN value IS 153 (60.16% from 255) = 27.82%
BLUE value IS 225 (88.28% from 255) = 40.91%
R=31.27%
G=27.82%
B=40.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1721532250.240.3200.12255.8354.5574.12
HexAC99E118200C100374a
Octal254231341304001440067112
Binary10101100100110011110000111000100000011001000000001101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC99E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC99E1; }

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

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

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

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

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

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

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

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