#AC99EE

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

Shades of Biloba Flower #AC99EE

Tints of Biloba Flower #AC99EE

Color information

#AC99EE (or 0xAC99EE) is unknown color: approx Biloba Flower. HEX triplet: AC, 99 and EE. RGB value is (172,153,238). Sum of RGB (Red+Green+Blue) = 172+153+238=563 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.55% from 563); Green value is 153 (60.16% from 255 or 27.18% from 563); Blue value is 238 (93.36% from 255 or 42.27% from 563); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC99EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC99EE is #536611. Grayscale: #A8A8A8. Windows color (decimal): -5465618 or 15636908. OLE color: 15636908.

HSL color Cylindrical-coordinate representation of color #AC99EE: hue angle of 253.41º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AC99EE is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB172153238-
CMYK0.280.3600.07
HSL253.41º71.43%76.67%-
HSV(B)253.41º35.71%93.33%-
XYZ43.8437.7385.86-
YUV168.37167.29130.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.55%
GREEN value IS 153 (60.16% from 255) = 27.18%
BLUE value IS 238 (93.36% from 255) = 42.27%
R=30.55%
G=27.18%
B=42.27%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1721532380.280.3600.07253.4171.4376.67
HexAC99EE1C2407fd474d
Octal254231356344407375107115
Binary1010110010011001111011101110010010001111111110110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC99EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC99EE; }

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

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

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

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

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

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

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

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