#AC96E9

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

Shades of Biloba Flower #AC96E9

Tints of Biloba Flower #AC96E9

Color information

#AC96E9 (or 0xAC96E9) is unknown color: approx Biloba Flower. HEX triplet: AC, 96 and E9. RGB value is (172,150,233). Sum of RGB (Red+Green+Blue) = 172+150+233=555 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.99% from 555); Green value is 150 (58.98% from 255 or 27.03% from 555); Blue value is 233 (91.41% from 255 or 41.98% from 555); Max value from RGB is 233 - color contains mainly: blue. Hex color #AC96E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC96E9 is #536916. Grayscale: #A5A5A5. Windows color (decimal): -5466391 or 15308460. OLE color: 15308460.

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

Color convert

RGB172150233-
CMYK0.260.3600.09
HSL255.9º65.35%75.1%-
HSV(B)255.9º35.62%91.37%-
XYZ42.6336.4781.88-
YUV166.04165.79132.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.99%
GREEN value IS 150 (58.98% from 255) = 27.03%
BLUE value IS 233 (91.41% from 255) = 41.98%
R=30.99%
G=27.03%
B=41.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1721502330.260.3600.09255.965.3575.1
HexAC96E91A2409100414b
Octal2542263513244011400101113
Binary101011001001011011101001110101001000100110000000010000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC96E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC96E9; }

 p { color: rgb(172,150,233); }

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

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

 a { background-color: rgb(172,150,233); }

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

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

 span { border-color: rgb(172,150,233); }

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