#AC88E8

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

Shades of Biloba Flower #AC88E8

Tints of Biloba Flower #AC88E8

Color information

#AC88E8 (or 0xAC88E8) is unknown color: approx Biloba Flower. HEX triplet: AC, 88 and E8. RGB value is (172,136,232). Sum of RGB (Red+Green+Blue) = 172+136+232=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 136 (53.52% from 255 or 25.19% from 540); Blue value is 232 (91.02% from 255 or 42.96% from 540); Max value from RGB is 232 - color contains mainly: blue. Hex color #AC88E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC88E8 is #537717. Grayscale: #9D9D9D. Windows color (decimal): -5469976 or 15239340. OLE color: 15239340.

HSL color Cylindrical-coordinate representation of color #AC88E8: hue angle of 262.5º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC88E8 is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB172136232-
CMYK0.260.4100.09
HSL262.5º67.61%72.16%-
HSV(B)262.5º41.38%90.98%-
XYZ40.3832.2180.43-
YUV157.71169.93138.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.85%
GREEN value IS 136 (53.52% from 255) = 25.19%
BLUE value IS 232 (91.02% from 255) = 42.96%
R=31.85%
G=25.19%
B=42.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1721362320.260.4100.09262.567.6172.16
HexAC88E81A29091064448
Octal2542103503251011406104110
Binary101011001000100011101000110101010010100110000011010001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC88E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC88E8; }

 p { color: rgb(172,136,232); }

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

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

 a { background-color: rgb(172,136,232); }

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

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

 span { border-color: rgb(172,136,232); }

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