#A562AE

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

Shades of Violet Blue #A562AE

Tints of Violet Blue #A562AE

Color information

#A562AE (or 0xA562AE) is unknown color: approx Violet Blue. HEX triplet: A5, 62 and AE. RGB value is (165,98,174). Sum of RGB (Red+Green+Blue) = 165+98+174=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 98 (38.67% from 255 or 22.43% from 437); Blue value is 174 (68.36% from 255 or 39.82% from 437); Max value from RGB is 174 - color contains mainly: blue. Hex color #A562AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A562AE is #5A9D51. Grayscale: #7E7E7E. Windows color (decimal): -5938514 or 11428517. OLE color: 11428517.

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

Color convert

RGB16598174-
CMYK0.050.4400.32
HSL292.89º31.93%53.33%-
HSV(B)292.89º43.68%68.24%-
XYZ27.5219.7942.41-
YUV126.7154.7155.32-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.76%
GREEN value IS 98 (38.67% from 255) = 22.43%
BLUE value IS 174 (68.36% from 255) = 39.82%
R=37.76%
G=22.43%
B=39.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal165981740.050.4400.32292.8931.9353.33
HexA562AE52C0201252035
Octal2451422565540404454065
Binary101001011100010101011101011011000100000100100101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A562AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A562AE; }

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

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

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

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

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

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

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

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