#AC96F7

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

Shades of Biloba Flower #AC96F7

Tints of Biloba Flower #AC96F7

Color information

#AC96F7 (or 0xAC96F7) is unknown color: approx Biloba Flower. HEX triplet: AC, 96 and F7. RGB value is (172,150,247). Sum of RGB (Red+Green+Blue) = 172+150+247=569 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.23% from 569); Green value is 150 (58.98% from 255 or 26.36% from 569); Blue value is 247 (96.88% from 255 or 43.41% from 569); Max value from RGB is 247 - color contains mainly: blue. Hex color #AC96F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC96F7 is #536908. Grayscale: #A7A7A7. Windows color (decimal): -5466377 or 16225964. OLE color: 16225964.

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

Color convert

RGB172150247-
CMYK0.300.3900.03
HSL253.61º85.84%77.84%-
HSV(B)253.61º39.27%96.86%-
XYZ44.7137.392.84-
YUV167.64172.79131.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.23%
GREEN value IS 150 (58.98% from 255) = 26.36%
BLUE value IS 247 (96.88% from 255) = 43.41%
R=30.23%
G=26.36%
B=43.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1721502470.300.3900.03253.6185.8477.84
HexAC96F71E2703fe564e
Octal254226367364703376126116
Binary101011001001011011110111111101001110111111111010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC96F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC96F7; }

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

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

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

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

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

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

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

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