#A563A1

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

Shades of Violet Blue #A563A1

Tints of Violet Blue #A563A1

Color information

#A563A1 (or 0xA563A1) is unknown color: approx Violet Blue. HEX triplet: A5, 63 and A1. RGB value is (165,99,161). Sum of RGB (Red+Green+Blue) = 165+99+161=425 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.82% from 425); Green value is 99 (39.06% from 255 or 23.29% from 425); Blue value is 161 (63.28% from 255 or 37.88% from 425); Max value from RGB is 165 - color contains mainly: red. Hex color #A563A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A563A1 is #5A9C5E. Grayscale: #7D7D7D. Windows color (decimal): -5938271 or 10576805. OLE color: 10576805.

HSL color Cylindrical-coordinate representation of color #A563A1: hue angle of 303.64º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A563A1 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB16599161-
CMYK00.400.020.35
HSL303.64º26.83%51.76%-
HSV(B)303.64º40%64.71%-
XYZ26.4119.536.09-
YUV125.8147.87155.96-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.82%
GREEN value IS 99 (39.06% from 255) = 23.29%
BLUE value IS 161 (63.28% from 255) = 37.88%
R=38.82%
G=23.29%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659916100.400.020.35303.6426.8351.76
HexA563A10282231301b34
Octal2451432410502434603364
Binary1010010111000111010000101010001010001110011000011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A563A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A563A1; }

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

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

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

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

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

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

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

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