#AC99E8

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

Shades of Biloba Flower #AC99E8

Tints of Biloba Flower #AC99E8

Color information

#AC99E8 (or 0xAC99E8) is unknown color: approx Biloba Flower. HEX triplet: AC, 99 and E8. RGB value is (172,153,232). Sum of RGB (Red+Green+Blue) = 172+153+232=557 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.88% from 557); Green value is 153 (60.16% from 255 or 27.47% from 557); Blue value is 232 (91.02% from 255 or 41.65% from 557); Max value from RGB is 232 - color contains mainly: blue. Hex color #AC99E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC99E8 is #536617. Grayscale: #A7A7A7. Windows color (decimal): -5465624 or 15243692. OLE color: 15243692.

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

Color convert

RGB172153232-
CMYK0.260.3400.09
HSL254.43º63.2%75.49%-
HSV(B)254.43º34.05%90.98%-
XYZ42.9737.3881.29-
YUV167.69164.29131.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.88%
GREEN value IS 153 (60.16% from 255) = 27.47%
BLUE value IS 232 (91.02% from 255) = 41.65%
R=30.88%
G=27.47%
B=41.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1721532320.260.3400.09254.4363.275.49
HexAC99E81A2209fe3f4b
Octal254231350324201137677113
Binary1010110010011001111010001101010001001001111111101111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC99E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC99E8; }

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

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

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

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

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

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

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

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