#AC33F6

Color #AC33F6 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #AC33F6

Tints of Blue Violet #AC33F6

Color information

#AC33F6 (or 0xAC33F6) is unknown color: approx Blue Violet. HEX triplet: AC, 33 and F6. RGB value is (172,51,246). Sum of RGB (Red+Green+Blue) = 172+51+246=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 51 (20.31% from 255 or 10.87% from 469); Blue value is 246 (96.48% from 255 or 52.45% from 469); Max value from RGB is 246 - color contains mainly: blue. Hex color #AC33F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC33F6 is #53CC09. Grayscale: #6C6C6C. Windows color (decimal): -5491722 or 16135084. OLE color: 16135084.

HSL color Cylindrical-coordinate representation of color #AC33F6: hue angle of 277.23º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC33F6 is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB17251246-
CMYK0.300.7900.04
HSL277.23º91.55%58.24%-
HSV(B)277.23º79.27%96.47%-
XYZ34.8317.7988.79-
YUV109.41205.09172.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.67%
GREEN value IS 51 (20.31% from 255) = 10.87%
BLUE value IS 246 (96.48% from 255) = 52.45%
R=36.67%
G=10.87%
B=52.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal172512460.300.7900.04277.2391.5558.24
HexAC33F61E4F041155c3a
Octal25463366361170442513472
Binary101011001100111111011011110100111101001000101011011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC33F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC33F6; }

 p { color: rgb(172,51,246); }

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

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

 a { background-color: rgb(172,51,246); }

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

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

 span { border-color: rgb(172,51,246); }

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