#A239F5

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

Shades of Blue Violet #A239F5

Tints of Blue Violet #A239F5

Color information

#A239F5 (or 0xA239F5) is unknown color: approx Blue Violet. HEX triplet: A2, 39 and F5. RGB value is (162,57,245). Sum of RGB (Red+Green+Blue) = 162+57+245=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 57 (22.66% from 255 or 12.28% from 464); Blue value is 245 (96.09% from 255 or 52.80% from 464); Max value from RGB is 245 - color contains mainly: blue. Hex color #A239F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A239F5 is #5DC60A. Grayscale: #6D6D6D. Windows color (decimal): -6145547 or 16071074. OLE color: 16071074.

HSL color Cylindrical-coordinate representation of color #A239F5: hue angle of 273.51º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A239F5 is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB16257245-
CMYK0.340.7700.04
HSL273.51º90.38%59.22%-
HSV(B)273.51º76.73%96.08%-
XYZ32.8417.287.98-
YUV109.83204.29165.21-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.91%
GREEN value IS 57 (22.66% from 255) = 12.28%
BLUE value IS 245 (96.09% from 255) = 52.80%
R=34.91%
G=12.28%
B=52.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal162572450.340.7700.04273.5190.3859.22
HexA239F5224D041125a3b
Octal24271365421150442213273
Binary1010001011100111110101100010100110101001000100101011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A239F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A239F5; }

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

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

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

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

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

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

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

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