#AC96FA

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

Shades of Biloba Flower #AC96FA

Tints of Biloba Flower #AC96FA

Color information

#AC96FA (or 0xAC96FA) is unknown color: approx Biloba Flower. HEX triplet: AC, 96 and FA. RGB value is (172,150,250). Sum of RGB (Red+Green+Blue) = 172+150+250=572 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.07% from 572); Green value is 150 (58.98% from 255 or 26.22% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #AC96FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC96FA is #536905. Grayscale: #A7A7A7. Windows color (decimal): -5466374 or 16422572. OLE color: 16422572.

HSL color Cylindrical-coordinate representation of color #AC96FA: hue angle of 253.2º degrees, saturation: 0.91, 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 #AC96FA is Cyan = 0.31, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB172150250-
CMYK0.310.400.02
HSL253.2º90.91%78.43%-
HSV(B)253.2º40%98.04%-
XYZ45.1737.4995.3-
YUV167.98174.29130.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.07%
GREEN value IS 150 (58.98% from 255) = 26.22%
BLUE value IS 250 (98.05% from 255) = 43.71%
R=30.07%
G=26.22%
B=43.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1721502500.310.400.02253.290.9178.43
HexAC96FA1F2802fd5b4e
Octal254226372375002375133116
Binary101011001001011011111010111111010000101111110110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC96FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC96FA; }

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

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

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

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

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

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

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

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