#A564AB

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

Shades of Violet Blue #A564AB

Tints of Violet Blue #A564AB

Color information

#A564AB (or 0xA564AB) is unknown color: approx Violet Blue. HEX triplet: A5, 64 and AB. RGB value is (165,100,171). Sum of RGB (Red+Green+Blue) = 165+100+171=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 100 (39.45% from 255 or 22.94% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 171 - color contains mainly: blue. Hex color #A564AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A564AB is #5A9B54. Grayscale: #7F7F7F. Windows color (decimal): -5938005 or 11232421. OLE color: 11232421.

HSL color Cylindrical-coordinate representation of color #A564AB: hue angle of 294.93º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A564AB is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB165100171-
CMYK0.040.4200.33
HSL294.93º29.71%53.14%-
HSV(B)294.93º41.52%67.06%-
XYZ27.4220.0540.95-
YUV127.53152.53154.73-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.84%
GREEN value IS 100 (39.45% from 255) = 22.94%
BLUE value IS 171 (67.19% from 255) = 39.22%
R=37.84%
G=22.94%
B=39.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651001710.040.4200.33294.9329.7153.14
HexA564AB42A0211271e35
Octal2451442534520414473665
Binary10100101110010010101011100101010010000110010011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A564AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A564AB; }

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

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

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

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

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

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

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

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