#AC96F3

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

Shades of Biloba Flower #AC96F3

Tints of Biloba Flower #AC96F3

Color information

#AC96F3 (or 0xAC96F3) is unknown color: approx Biloba Flower. HEX triplet: AC, 96 and F3. RGB value is (172,150,243). Sum of RGB (Red+Green+Blue) = 172+150+243=565 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.44% from 565); Green value is 150 (58.98% from 255 or 26.55% from 565); Blue value is 243 (95.31% from 255 or 43.01% from 565); Max value from RGB is 243 - color contains mainly: blue. Hex color #AC96F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC96F3 is #53690C. Grayscale: #A6A6A6. Windows color (decimal): -5466381 or 15963820. OLE color: 15963820.

HSL color Cylindrical-coordinate representation of color #AC96F3: hue angle of 254.19º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC96F3 is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB172150243-
CMYK0.290.3800.05
HSL254.19º79.49%77.06%-
HSV(B)254.19º38.27%95.29%-
XYZ44.137.0589.62-
YUV167.18170.79131.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.44%
GREEN value IS 150 (58.98% from 255) = 26.55%
BLUE value IS 243 (95.31% from 255) = 43.01%
R=30.44%
G=26.55%
B=43.01%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1721502430.290.3800.05254.1979.4977.06
HexAC96F31D2605fe4f4d
Octal254226363354605376117115
Binary1010110010010110111100111110110011001011111111010011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC96F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC96F3; }

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

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

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

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

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

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

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

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