#A562AA

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

Shades of Violet Blue #A562AA

Tints of Violet Blue #A562AA

Color information

#A562AA (or 0xA562AA) is unknown color: approx Violet Blue. HEX triplet: A5, 62 and AA. RGB value is (165,98,170). Sum of RGB (Red+Green+Blue) = 165+98+170=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 98 (38.67% from 255 or 22.63% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 170 - color contains mainly: blue. Hex color #A562AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A562AA is #5A9D55. Grayscale: #7E7E7E. Windows color (decimal): -5938518 or 11166373. OLE color: 11166373.

HSL color Cylindrical-coordinate representation of color #A562AA: hue angle of 295.83º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A562AA is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16598170-
CMYK0.030.4200.33
HSL295.83º29.75%52.55%-
HSV(B)295.83º42.35%66.67%-
XYZ27.1419.6440.39-
YUV126.24152.7155.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.11%
GREEN value IS 98 (38.67% from 255) = 22.63%
BLUE value IS 170 (66.80% from 255) = 39.26%
R=38.11%
G=22.63%
B=39.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165981700.030.4200.33295.8329.7552.55
HexA562AA32A0211281e35
Octal2451422523520414503665
Binary1010010111000101010101011101010010000110010100011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A562AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A562AA; }

 p { color: rgb(165,98,170); }

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

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

 a { background-color: rgb(165,98,170); }

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

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

 span { border-color: rgb(165,98,170); }

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