#A62AEC

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

Shades of Blue Violet #A62AEC

Tints of Blue Violet #A62AEC

Color information

#A62AEC (or 0xA62AEC) is unknown color: approx Blue Violet. HEX triplet: A6, 2A and EC. RGB value is (166,42,236). Sum of RGB (Red+Green+Blue) = 166+42+236=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 42 (16.80% from 255 or 9.46% from 444); Blue value is 236 (92.58% from 255 or 53.15% from 444); Max value from RGB is 236 - color contains mainly: blue. Hex color #A62AEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A62AEC is #59D513. Grayscale: #646464. Windows color (decimal): -5887252 or 15477414. OLE color: 15477414.

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

Color convert

RGB16642236-
CMYK0.300.8200.07
HSL278.35º83.62%54.51%-
HSV(B)278.35º82.2%92.55%-
XYZ31.6915.8280.74-
YUV101.19204.08174.23-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.39%
GREEN value IS 42 (16.80% from 255) = 9.46%
BLUE value IS 236 (92.58% from 255) = 53.15%
R=37.39%
G=9.46%
B=53.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal166422360.300.8200.07278.3583.6254.51
HexA62AEC1E52071165437
Octal24652354361220742612467
Binary101001101010101110110011110101001001111000101101010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62AEC; }

 p { color: rgb(166,42,236); }

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

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

 a { background-color: rgb(166,42,236); }

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

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

 span { border-color: rgb(166,42,236); }

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