#A564AC

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

Shades of Violet Blue #A564AC

Tints of Violet Blue #A564AC

Color information

#A564AC (or 0xA564AC) is unknown color: approx Violet Blue. HEX triplet: A5, 64 and AC. RGB value is (165,100,172). Sum of RGB (Red+Green+Blue) = 165+100+172=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 100 (39.45% from 255 or 22.88% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 172 - color contains mainly: blue. Hex color #A564AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A564AC is #5A9B53. Grayscale: #7F7F7F. Windows color (decimal): -5938004 or 11297957. OLE color: 11297957.

HSL color Cylindrical-coordinate representation of color #A564AC: hue angle of 294.17º 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 #A564AC is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB165100172-
CMYK0.040.4200.33
HSL294.17º30.25%53.33%-
HSV(B)294.17º41.86%67.45%-
XYZ27.5220.0941.46-
YUV127.64153.03154.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.76%
GREEN value IS 100 (39.45% from 255) = 22.88%
BLUE value IS 172 (67.58% from 255) = 39.36%
R=37.76%
G=22.88%
B=39.36%

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
Decimal1651001720.040.4200.33294.1730.2553.33
HexA564AC42A0211261e35
Octal2451442544520414463665
Binary10100101110010010101100100101010010000110010011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A564AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A564AC; }

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

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

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

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

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

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

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

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