#A563AF

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

Shades of Violet Blue #A563AF

Tints of Violet Blue #A563AF

Color information

#A563AF (or 0xA563AF) is unknown color: approx Violet Blue. HEX triplet: A5, 63 and AF. RGB value is (165,99,175). Sum of RGB (Red+Green+Blue) = 165+99+175=439 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.59% from 439); Green value is 99 (39.06% from 255 or 22.55% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 175 - color contains mainly: blue. Hex color #A563AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A563AF is #5A9C50. Grayscale: #7F7F7F. Windows color (decimal): -5938257 or 11494309. OLE color: 11494309.

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

Color convert

RGB16599175-
CMYK0.060.4300.31
HSL292.11º32.2%53.73%-
HSV(B)292.11º43.43%68.63%-
XYZ27.7220.0242.96-
YUV127.4154.87154.82-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.59%
GREEN value IS 99 (39.06% from 255) = 22.55%
BLUE value IS 175 (68.75% from 255) = 39.86%
R=37.59%
G=22.55%
B=39.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal165991750.060.4300.31292.1132.253.73
HexA563AF62B01F1242036
Octal2451432576530374444066
Binary10100101110001110101111110101011011111100100100100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A563AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A563AF; }

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

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

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

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

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

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

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

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