#A562AB

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

Shades of Violet Blue #A562AB

Tints of Violet Blue #A562AB

Color information

#A562AB (or 0xA562AB) is unknown color: approx Violet Blue. HEX triplet: A5, 62 and AB. RGB value is (165,98,171). Sum of RGB (Red+Green+Blue) = 165+98+171=434 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.02% from 434); Green value is 98 (38.67% from 255 or 22.58% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 171 - color contains mainly: blue. Hex color #A562AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A562AB is #5A9D54. Grayscale: #7E7E7E. Windows color (decimal): -5938517 or 11231909. OLE color: 11231909.

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

Color convert

RGB16598171-
CMYK0.040.4300.33
HSL295.07º30.29%52.75%-
HSV(B)295.07º42.69%67.06%-
XYZ27.2419.6740.89-
YUV126.35153.2155.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.02%
GREEN value IS 98 (38.67% from 255) = 22.58%
BLUE value IS 171 (67.19% from 255) = 39.40%
R=38.02%
G=22.58%
B=39.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165981710.040.4300.33295.0730.2952.75
HexA562AB42B0211271e35
Octal2451422534530414473665
Binary10100101110001010101011100101011010000110010011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A562AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A562AB; }

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

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

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

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

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

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

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

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