#AC96FB

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

Shades of Biloba Flower #AC96FB

Tints of Biloba Flower #AC96FB

Color information

#AC96FB (or 0xAC96FB) is unknown color: approx Biloba Flower. HEX triplet: AC, 96 and FB. RGB value is (172,150,251). Sum of RGB (Red+Green+Blue) = 172+150+251=573 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.02% from 573); Green value is 150 (58.98% from 255 or 26.18% from 573); Blue value is 251 (98.44% from 255 or 43.80% from 573); Max value from RGB is 251 - color contains mainly: blue. Hex color #AC96FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC96FB is #536904. Grayscale: #A7A7A7. Windows color (decimal): -5466373 or 16488108. OLE color: 16488108.

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

Color convert

RGB172150251-
CMYK0.310.4000.02
HSL253.07º92.66%78.63%-
HSV(B)253.07º40.24%98.43%-
XYZ45.3337.5596.13-
YUV168.09174.79130.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.02%
GREEN value IS 150 (58.98% from 255) = 26.18%
BLUE value IS 251 (98.44% from 255) = 43.80%
R=30.02%
G=26.18%
B=43.80%

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
Decimal1721502510.310.4000.02253.0792.6678.63
HexAC96FB1F2802fd5d4f
Octal254226373375002375135117
Binary101011001001011011111011111111010000101111110110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC96FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC96FB; }

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

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

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

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

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

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

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

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