#A062AD

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

Shades of Violet Blue #A062AD

Tints of Violet Blue #A062AD

Color information

#A062AD (or 0xA062AD) is unknown color: approx Violet Blue. HEX triplet: A0, 62 and AD. RGB value is (160,98,173). Sum of RGB (Red+Green+Blue) = 160+98+173=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 98 (38.67% from 255 or 22.74% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 173 - color contains mainly: blue. Hex color #A062AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A062AD is #5F9D52. Grayscale: #7C7C7C. Windows color (decimal): -6266195 or 11362976. OLE color: 11362976.

HSL color Cylindrical-coordinate representation of color #A062AD: hue angle of 289.6º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A062AD is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16098173-
CMYK0.080.4300.32
HSL289.6º31.38%53.14%-
HSV(B)289.6º43.35%67.84%-
XYZ26.4119.2341.85-
YUV125.09155.04152.9-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.12%
GREEN value IS 98 (38.67% from 255) = 22.74%
BLUE value IS 173 (67.97% from 255) = 40.14%
R=37.12%
G=22.74%
B=40.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal160981730.080.4300.32289.631.3853.14
HexA062AD82B0201221f35
Octal24014225510530404423765
Binary101000001100010101011011000101011010000010010001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A062AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A062AD; }

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

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

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

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

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

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

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

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