#AC96FE

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

Shades of Biloba Flower #AC96FE

Tints of Biloba Flower #AC96FE

Color information

#AC96FE (or 0xAC96FE) is unknown color: approx Biloba Flower. HEX triplet: AC, 96 and FE. RGB value is (172,150,254). Sum of RGB (Red+Green+Blue) = 172+150+254=576 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.86% from 576); Green value is 150 (58.98% from 255 or 26.04% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC96FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC96FE is #536901. Grayscale: #A8A8A8. Windows color (decimal): -5466370 or 16684716. OLE color: 16684716.

HSL color Cylindrical-coordinate representation of color #AC96FE: hue angle of 252.69º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC96FE is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB172150254-
CMYK0.320.4100.00
HSL252.69º98.11%79.22%-
HSV(B)252.69º40.94%99.61%-
XYZ45.8137.7498.64-
YUV168.43176.29130.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.86%
GREEN value IS 150 (58.98% from 255) = 26.04%
BLUE value IS 254 (99.61% from 255) = 44.10%
R=29.86%
G=26.04%
B=44.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1721502540.320.4100.00252.6998.1179.22
HexAC96FE202900fd624f
Octal254226376405100375142117
Binary101011001001011011111110100000101001001111110111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC96FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC96FE; }

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

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

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

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

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

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

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

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