#AC39F2

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

Shades of Blue Violet #AC39F2

Tints of Blue Violet #AC39F2

Color information

#AC39F2 (or 0xAC39F2) is unknown color: approx Blue Violet. HEX triplet: AC, 39 and F2. RGB value is (172,57,242). Sum of RGB (Red+Green+Blue) = 172+57+242=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 57 (22.66% from 255 or 12.10% from 471); Blue value is 242 (94.92% from 255 or 51.38% from 471); Max value from RGB is 242 - color contains mainly: blue. Hex color #AC39F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC39F2 is #53C60D. Grayscale: #6F6F6F. Windows color (decimal): -5490190 or 15874476. OLE color: 15874476.

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

Color convert

RGB17257242-
CMYK0.290.7600.05
HSL277.3º87.68%58.63%-
HSV(B)277.3º76.45%94.9%-
XYZ34.518.1185.68-
YUV112.48201.1170.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.52%
GREEN value IS 57 (22.66% from 255) = 12.10%
BLUE value IS 242 (94.92% from 255) = 51.38%
R=36.52%
G=12.10%
B=51.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal172572420.290.7600.05277.387.6858.63
HexAC39F21D4C05115583b
Octal25471362351140542513073
Binary101011001110011111001011101100110001011000101011011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC39F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC39F2; }

 p { color: rgb(172,57,242); }

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

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

 a { background-color: rgb(172,57,242); }

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

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

 span { border-color: rgb(172,57,242); }

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