#A062A2

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

Shades of Violet Blue #A062A2

Tints of Violet Blue #A062A2

Color information

#A062A2 (or 0xA062A2) is unknown color: approx Violet Blue. HEX triplet: A0, 62 and A2. RGB value is (160,98,162). Sum of RGB (Red+Green+Blue) = 160+98+162=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 98 (38.67% from 255 or 23.33% from 420); Blue value is 162 (63.67% from 255 or 38.57% from 420); Max value from RGB is 162 - color contains mainly: blue. Hex color #A062A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A062A2 is #5F9D5D. Grayscale: #7B7B7B. Windows color (decimal): -6266206 or 10642080. OLE color: 10642080.

HSL color Cylindrical-coordinate representation of color #A062A2: hue angle of 298.12º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A062A2 is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB16098162-
CMYK0.010.4000.36
HSL298.12º25.6%50.98%-
HSV(B)298.12º39.51%63.53%-
XYZ25.3918.8236.48-
YUV123.83149.54153.8-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.10%
GREEN value IS 98 (38.67% from 255) = 23.33%
BLUE value IS 162 (63.67% from 255) = 38.57%
R=38.10%
G=23.33%
B=38.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal160981620.010.4000.36298.1225.650.98
HexA062A212802412a1a33
Octal2401422421500444523263
Binary101000001100010101000101101000010010010010101011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A062A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A062A2; }

 p { color: rgb(160,98,162); }

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

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

 a { background-color: rgb(160,98,162); }

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

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

 span { border-color: rgb(160,98,162); }

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