#A564AE

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

Shades of Violet Blue #A564AE

Tints of Violet Blue #A564AE

Color information

#A564AE (or 0xA564AE) is unknown color: approx Violet Blue. HEX triplet: A5, 64 and AE. RGB value is (165,100,174). Sum of RGB (Red+Green+Blue) = 165+100+174=439 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.59% from 439); Green value is 100 (39.45% from 255 or 22.78% from 439); Blue value is 174 (68.36% from 255 or 39.64% from 439); Max value from RGB is 174 - color contains mainly: blue. Hex color #A564AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A564AE is #5A9B51. Grayscale: #7F7F7F. Windows color (decimal): -5938002 or 11429029. OLE color: 11429029.

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

Color convert

RGB165100174-
CMYK0.050.4300.32
HSL292.7º31.36%53.73%-
HSV(B)292.7º42.53%68.24%-
XYZ27.7120.1742.48-
YUV127.87154.03154.48-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.59%
GREEN value IS 100 (39.45% from 255) = 22.78%
BLUE value IS 174 (68.36% from 255) = 39.64%
R=37.59%
G=22.78%
B=39.64%

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
Decimal1651001740.050.4300.32292.731.3653.73
HexA564AE52B0201251f36
Octal2451442565530404453766
Binary10100101110010010101110101101011010000010010010111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A564AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A564AE; }

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

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

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

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

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

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

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

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