#A564AD

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

Shades of Violet Blue #A564AD

Tints of Violet Blue #A564AD

Color information

#A564AD (or 0xA564AD) is unknown color: approx Violet Blue. HEX triplet: A5, 64 and AD. RGB value is (165,100,173). Sum of RGB (Red+Green+Blue) = 165+100+173=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 100 (39.45% from 255 or 22.83% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 173 - color contains mainly: blue. Hex color #A564AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A564AD is #5A9B52. Grayscale: #7F7F7F. Windows color (decimal): -5938003 or 11363493. OLE color: 11363493.

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

Color convert

RGB165100173-
CMYK0.050.4200.32
HSL293.42º30.8%53.53%-
HSV(B)293.42º42.2%67.84%-
XYZ27.6220.1341.97-
YUV127.76153.53154.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.67%
GREEN value IS 100 (39.45% from 255) = 22.83%
BLUE value IS 173 (67.97% from 255) = 39.50%
R=37.67%
G=22.83%
B=39.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1651001730.050.4200.32293.4230.853.53
HexA564AD52A0201251f36
Octal2451442555520404453766
Binary10100101110010010101101101101010010000010010010111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A564AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A564AD; }

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

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

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

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

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

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

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

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