#A239EC

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

Shades of Blue Violet #A239EC

Tints of Blue Violet #A239EC

Color information

#A239EC (or 0xA239EC) is unknown color: approx Blue Violet. HEX triplet: A2, 39 and EC. RGB value is (162,57,236). Sum of RGB (Red+Green+Blue) = 162+57+236=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 57 (22.66% from 255 or 12.53% from 455); Blue value is 236 (92.58% from 255 or 51.87% from 455); Max value from RGB is 236 - color contains mainly: blue. Hex color #A239EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A239EC is #5DC613. Grayscale: #6C6C6C. Windows color (decimal): -6145556 or 15481250. OLE color: 15481250.

HSL color Cylindrical-coordinate representation of color #A239EC: hue angle of 275.2º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A239EC is Cyan = 0.31, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16257236-
CMYK0.310.7600.07
HSL275.2º82.49%57.45%-
HSV(B)275.2º75.85%92.55%-
XYZ31.516.6680.91-
YUV108.8199.79165.95-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.60%
GREEN value IS 57 (22.66% from 255) = 12.53%
BLUE value IS 236 (92.58% from 255) = 51.87%
R=35.60%
G=12.53%
B=51.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal162572360.310.7600.07275.282.4957.45
HexA239EC1F4C071135239
Octal24271354371140742312271
Binary101000101110011110110011111100110001111000100111010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A239EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A239EC; }

 p { color: rgb(162,57,236); }

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

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

 a { background-color: rgb(162,57,236); }

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

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

 span { border-color: rgb(162,57,236); }

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