#AC96FC

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

Shades of Biloba Flower #AC96FC

Tints of Biloba Flower #AC96FC

Color information

#AC96FC (or 0xAC96FC) is unknown color: approx Biloba Flower. HEX triplet: AC, 96 and FC. RGB value is (172,150,252). Sum of RGB (Red+Green+Blue) = 172+150+252=574 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.97% from 574); Green value is 150 (58.98% from 255 or 26.13% from 574); Blue value is 252 (98.83% from 255 or 43.90% from 574); Max value from RGB is 252 - color contains mainly: blue. Hex color #AC96FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC96FC is #536903. Grayscale: #A7A7A7. Windows color (decimal): -5466372 or 16553644. OLE color: 16553644.

HSL color Cylindrical-coordinate representation of color #AC96FC: hue angle of 252.94º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC96FC is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB172150252-
CMYK0.320.4000.01
HSL252.94º94.44%78.82%-
HSV(B)252.94º40.48%98.82%-
XYZ45.4937.6196.96-
YUV168.21175.29130.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.97%
GREEN value IS 150 (58.98% from 255) = 26.13%
BLUE value IS 252 (98.83% from 255) = 43.90%
R=29.97%
G=26.13%
B=43.90%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1721502520.320.4000.01252.9494.4478.82
HexAC96FC202801fd5e4f
Octal254226374405001375136117
Binary101011001001011011111100100000101000011111110110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC96FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC96FC; }

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

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

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

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

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

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

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

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