#AC99EA

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

Shades of Biloba Flower #AC99EA

Tints of Biloba Flower #AC99EA

Color information

#AC99EA (or 0xAC99EA) is unknown color: approx Biloba Flower. HEX triplet: AC, 99 and EA. RGB value is (172,153,234). Sum of RGB (Red+Green+Blue) = 172+153+234=559 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.77% from 559); Green value is 153 (60.16% from 255 or 27.37% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC99EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC99EA is #536615. Grayscale: #A7A7A7. Windows color (decimal): -5465622 or 15374764. OLE color: 15374764.

HSL color Cylindrical-coordinate representation of color #AC99EA: hue angle of 254.07º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC99EA is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB172153234-
CMYK0.260.3500.08
HSL254.07º65.85%75.88%-
HSV(B)254.07º34.62%91.76%-
XYZ43.2637.4982.8-
YUV167.91165.29130.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.77%
GREEN value IS 153 (60.16% from 255) = 27.37%
BLUE value IS 234 (91.80% from 255) = 41.86%
R=30.77%
G=27.37%
B=41.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1721532340.260.3500.08254.0765.8575.88
HexAC99EA1A2308fe424c
Octal2542313523243010376102114
Binary10101100100110011110101011010100011010001111111010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC99EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC99EA; }

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

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

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

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

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

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

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

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