#ac96f6

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

Shades of Biloba Flower #AC96F6

Tints of Biloba Flower #AC96F6

Color information

#AC96F6 (or 0xAC96F6) is unknown color: approx Biloba Flower. HEX triplet: AC, 96 and F6. RGB value is (172,150,246). Sum of RGB (Red+Green+Blue) = 172+150+246=568 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.28% from 568); Green value is 150 (58.98% from 255 or 26.41% from 568); Blue value is 246 (96.48% from 255 or 43.31% from 568); Max value from RGB is 246 - color contains mainly: blue. Hex color #AC96F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC96F6 is #536909. Grayscale: #A7A7A7. Windows color (decimal): -5466378 or 16160428. OLE color: 16160428.

HSL color Cylindrical-coordinate representation of color #AC96F6: hue angle of 253.75º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AC96F6 is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB172150246-
CMYK0.300.3900.04
HSL253.75º84.21%77.65%-
HSV(B)253.75º39.02%96.47%-
XYZ44.5537.2492.03-
YUV167.52172.29131.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.28%
GREEN value IS 150 (58.98% from 255) = 26.41%
BLUE value IS 246 (96.48% from 255) = 43.31%
R=30.28%
G=26.41%
B=43.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1721502460.300.3900.04253.7584.2177.65
HexAC96F61E2704fe544e
Octal254226366364704376124116
Binary1010110010010110111101101111010011101001111111010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac96f6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac96f6; }

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

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

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

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

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

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

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

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