#AC39EF

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

Shades of Blue Violet #AC39EF

Tints of Blue Violet #AC39EF

Color information

#AC39EF (or 0xAC39EF) is unknown color: approx Blue Violet. HEX triplet: AC, 39 and EF. RGB value is (172,57,239). Sum of RGB (Red+Green+Blue) = 172+57+239=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 57 (22.66% from 255 or 12.18% from 468); Blue value is 239 (93.75% from 255 or 51.07% from 468); Max value from RGB is 239 - color contains mainly: blue. Hex color #AC39EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC39EF is #53C610. Grayscale: #6F6F6F. Windows color (decimal): -5490193 or 15677868. OLE color: 15677868.

HSL color Cylindrical-coordinate representation of color #AC39EF: hue angle of 277.91º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC39EF is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB17257239-
CMYK0.280.7600.06
HSL277.91º85.05%58.04%-
HSV(B)277.91º76.15%93.73%-
XYZ34.0617.9383.33-
YUV112.13199.6170.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.75%
GREEN value IS 57 (22.66% from 255) = 12.18%
BLUE value IS 239 (93.75% from 255) = 51.07%
R=36.75%
G=12.18%
B=51.07%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal172572390.280.7600.06277.9185.0558.04
HexAC39EF1C4C06116553a
Octal25471357341140642612572
Binary101011001110011110111111100100110001101000101101010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC39EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC39EF; }

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

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

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

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

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

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

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

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