#A561AB

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

Shades of Violet Blue #A561AB

Tints of Violet Blue #A561AB

Color information

#A561AB (or 0xA561AB) is unknown color: approx Violet Blue. HEX triplet: A5, 61 and AB. RGB value is (165,97,171). Sum of RGB (Red+Green+Blue) = 165+97+171=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 97 (38.28% from 255 or 22.40% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 171 - color contains mainly: blue. Hex color #A561AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A561AB is #5A9E54. Grayscale: #7D7D7D. Windows color (decimal): -5938773 or 11231653. OLE color: 11231653.

HSL color Cylindrical-coordinate representation of color #A561AB: hue angle of 295.14º degrees, saturation: 0.31, 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 #A561AB is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16597171-
CMYK0.040.4300.33
HSL295.14º30.58%52.55%-
HSV(B)295.14º43.27%67.06%-
XYZ27.1419.4940.86-
YUV125.77153.53155.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.11%
GREEN value IS 97 (38.28% from 255) = 22.40%
BLUE value IS 171 (67.19% from 255) = 39.49%
R=38.11%
G=22.40%
B=39.49%

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
Decimal165971710.040.4300.33295.1430.5852.55
HexA561AB42B0211271f35
Octal2451412534530414473765
Binary10100101110000110101011100101011010000110010011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A561AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A561AB; }

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

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

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

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

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

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

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

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