#AC96F9

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

Shades of Biloba Flower #AC96F9

Tints of Biloba Flower #AC96F9

Color information

#AC96F9 (or 0xAC96F9) is unknown color: approx Biloba Flower. HEX triplet: AC, 96 and F9. RGB value is (172,150,249). Sum of RGB (Red+Green+Blue) = 172+150+249=571 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.12% from 571); Green value is 150 (58.98% from 255 or 26.27% from 571); Blue value is 249 (97.66% from 255 or 43.61% from 571); Max value from RGB is 249 - color contains mainly: blue. Hex color #AC96F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC96F9 is #536906. Grayscale: #A7A7A7. Windows color (decimal): -5466375 or 16357036. OLE color: 16357036.

HSL color Cylindrical-coordinate representation of color #AC96F9: hue angle of 253.33º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC96F9 is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB172150249-
CMYK0.310.4000.02
HSL253.33º89.19%78.24%-
HSV(B)253.33º39.76%97.65%-
XYZ45.0237.4294.47-
YUV167.86173.79130.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.12%
GREEN value IS 150 (58.98% from 255) = 26.27%
BLUE value IS 249 (97.66% from 255) = 43.61%
R=30.12%
G=26.27%
B=43.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1721502490.310.4000.02253.3389.1978.24
HexAC96F91F2802fd594e
Octal254226371375002375131116
Binary101011001001011011111001111111010000101111110110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC96F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC96F9; }

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

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

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

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

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

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

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

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