#AC33FF

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

Shades of Blue Violet #AC33FF

Tints of Blue Violet #AC33FF

Color information

#AC33FF (or 0xAC33FF) is unknown color: approx Blue Violet. HEX triplet: AC, 33 and FF. RGB value is (172,51,255). Sum of RGB (Red+Green+Blue) = 172+51+255=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 51 (20.31% from 255 or 10.67% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC33FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC33FF is #53CC00. Grayscale: #6D6D6D. Windows color (decimal): -5491713 or 16724908. OLE color: 16724908.

HSL color Cylindrical-coordinate representation of color #AC33FF: hue angle of 275.59º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC33FF is Cyan = 0.33, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB17251255-
CMYK0.330.800
HSL275.59º100%60%-
HSV(B)275.59º80%100%-
XYZ36.2518.3696.24-
YUV110.44209.59171.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.98%
GREEN value IS 51 (20.31% from 255) = 10.67%
BLUE value IS 255 (100% from 255) = 53.35%
R=35.98%
G=10.67%
B=53.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal172512550.330.800275.5910060
HexAC33FF215000114643c
Octal25463377411200042414474
Binary10101100110011111111111000011010000001000101001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC33FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC33FF; }

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

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

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

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

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

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

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

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