#A060A2

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

Shades of Violet Blue #A060A2

Tints of Violet Blue #A060A2

Color information

#A060A2 (or 0xA060A2) is unknown color: approx Violet Blue. HEX triplet: A0, 60 and A2. RGB value is (160,96,162). Sum of RGB (Red+Green+Blue) = 160+96+162=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 162 (63.67% from 255 or 38.76% from 418); Max value from RGB is 162 - color contains mainly: blue. Hex color #A060A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A060A2 is #5F9F5D. Grayscale: #7A7A7A. Windows color (decimal): -6266718 or 10641568. OLE color: 10641568.

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

Color convert

RGB16096162-
CMYK0.010.4100.36
HSL298.18º26.19%50.59%-
HSV(B)298.18º40.74%63.53%-
XYZ25.218.4536.41-
YUV122.66150.2154.63-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.28%
GREEN value IS 96 (37.89% from 255) = 22.97%
BLUE value IS 162 (63.67% from 255) = 38.76%
R=38.28%
G=22.97%
B=38.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal160961620.010.4100.36298.1826.1950.59
HexA060A212902412a1a33
Octal2401402421510444523263
Binary101000001100000101000101101001010010010010101011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A060A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A060A2; }

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

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

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

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

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

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

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

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