#A563AB

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

Shades of Violet Blue #A563AB

Tints of Violet Blue #A563AB

Color information

#A563AB (or 0xA563AB) is unknown color: approx Violet Blue. HEX triplet: A5, 63 and AB. RGB value is (165,99,171). Sum of RGB (Red+Green+Blue) = 165+99+171=435 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.93% from 435); Green value is 99 (39.06% from 255 or 22.76% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 171 - color contains mainly: blue. Hex color #A563AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A563AB is #5A9C54. Grayscale: #7E7E7E. Windows color (decimal): -5938261 or 11232165. OLE color: 11232165.

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

Color convert

RGB16599171-
CMYK0.040.4200.33
HSL295º30%52.94%-
HSV(B)295º42.11%67.06%-
XYZ27.3319.8640.92-
YUV126.94152.87155.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.93%
GREEN value IS 99 (39.06% from 255) = 22.76%
BLUE value IS 171 (67.19% from 255) = 39.31%
R=37.93%
G=22.76%
B=39.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165991710.040.4200.332953052.94
HexA563AB42A0211271e35
Octal2451432534520414473665
Binary10100101110001110101011100101010010000110010011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A563AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A563AB; }

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

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

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

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

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

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

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

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