#A563AD

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

Shades of Violet Blue #A563AD

Tints of Violet Blue #A563AD

Color information

#A563AD (or 0xA563AD) is unknown color: approx Violet Blue. HEX triplet: A5, 63 and AD. RGB value is (165,99,173). Sum of RGB (Red+Green+Blue) = 165+99+173=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 99 (39.06% from 255 or 22.65% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 173 - color contains mainly: blue. Hex color #A563AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A563AD is #5A9C52. Grayscale: #7E7E7E. Windows color (decimal): -5938259 or 11363237. OLE color: 11363237.

HSL color Cylindrical-coordinate representation of color #A563AD: hue angle of 293.51º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A563AD is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16599173-
CMYK0.050.4300.32
HSL293.51º31.09%53.33%-
HSV(B)293.51º42.77%67.84%-
XYZ27.5219.9441.93-
YUV127.17153.87154.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.76%
GREEN value IS 99 (39.06% from 255) = 22.65%
BLUE value IS 173 (67.97% from 255) = 39.59%
R=37.76%
G=22.65%
B=39.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal165991730.050.4300.32293.5131.0953.33
HexA563AD52B0201261f35
Octal2451432555530404463765
Binary10100101110001110101101101101011010000010010011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A563AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A563AD; }

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

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

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

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

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

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

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

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