#A577AB

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

Shades of Violet Blue #A577AB

Tints of Violet Blue #A577AB

Color information

#A577AB (or 0xA577AB) is unknown color: approx Violet Blue. HEX triplet: A5, 77 and AB. RGB value is (165,119,171). Sum of RGB (Red+Green+Blue) = 165+119+171=455 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.26% from 455); Green value is 119 (46.88% from 255 or 26.15% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 171 - color contains mainly: blue. Hex color #A577AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A577AB is #5A8854. Grayscale: #8A8A8A. Windows color (decimal): -5933141 or 11237285. OLE color: 11237285.

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

Color convert

RGB165119171-
CMYK0.040.3000.33
HSL293.08º23.64%56.86%-
HSV(B)293.08º30.41%67.06%-
XYZ29.4624.1341.63-
YUV138.68146.24146.77-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.26%
GREEN value IS 119 (46.88% from 255) = 26.15%
BLUE value IS 171 (67.19% from 255) = 37.58%
R=36.26%
G=26.15%
B=37.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651191710.040.3000.33293.0823.6456.86
HexA577AB41E0211251839
Octal2451672534360414453071
Binary1010010111101111010101110011110010000110010010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A577AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A577AB; }

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

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

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

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

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

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

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

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