#AC33F1

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

Shades of Blue Violet #AC33F1

Tints of Blue Violet #AC33F1

Color information

#AC33F1 (or 0xAC33F1) is unknown color: approx Blue Violet. HEX triplet: AC, 33 and F1. RGB value is (172,51,241). Sum of RGB (Red+Green+Blue) = 172+51+241=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 51 (20.31% from 255 or 10.99% from 464); Blue value is 241 (94.53% from 255 or 51.94% from 464); Max value from RGB is 241 - color contains mainly: blue. Hex color #AC33F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC33F1 is #53CC0E. Grayscale: #6C6C6C. Windows color (decimal): -5491727 or 15807404. OLE color: 15807404.

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

Color convert

RGB17251241-
CMYK0.290.7900.05
HSL278.21º87.16%57.25%-
HSV(B)278.21º78.84%94.51%-
XYZ34.0717.4984.8-
YUV108.84202.59173.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.07%
GREEN value IS 51 (20.31% from 255) = 10.99%
BLUE value IS 241 (94.53% from 255) = 51.94%
R=37.07%
G=10.99%
B=51.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal172512410.290.7900.05278.2187.1657.25
HexAC33F11D4F051165739
Octal25463361351170542612771
Binary101011001100111111000111101100111101011000101101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC33F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC33F1; }

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

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

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

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

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

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

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

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