#a042ef

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

Shades of Blue Violet #A042EF

Tints of Blue Violet #A042EF

Color information

#A042EF (or 0xA042EF) is unknown color: approx Blue Violet. HEX triplet: A0, 42 and EF. RGB value is (160,66,239). Sum of RGB (Red+Green+Blue) = 160+66+239=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 66 (26.17% from 255 or 14.19% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #A042EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A042EF is #5FBD10. Grayscale: #717171. Windows color (decimal): -6274321 or 15680160. OLE color: 15680160.

HSL color Cylindrical-coordinate representation of color #A042EF: hue angle of 272.6º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A042EF is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB16066239-
CMYK0.330.7200.06
HSL272.6º84.39%59.8%-
HSV(B)272.6º72.38%93.73%-
XYZ32.0317.683.37-
YUV113.83198.64160.93-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.41%
GREEN value IS 66 (26.17% from 255) = 14.19%
BLUE value IS 239 (93.75% from 255) = 51.40%
R=34.41%
G=14.19%
B=51.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal160662390.330.7200.06272.684.3959.8
HexA042EF214806111543c
Octal240102357411100642112474
Binary10100000100001011101111100001100100001101000100011010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a042ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a042ef; }

 p { color: rgb(160,66,239); }

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

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

 a { background-color: rgb(160,66,239); }

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

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

 span { border-color: rgb(160,66,239); }

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