#A561AC

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

Shades of Violet Blue #A561AC

Tints of Violet Blue #A561AC

Color information

#A561AC (or 0xA561AC) is unknown color: approx Violet Blue. HEX triplet: A5, 61 and AC. RGB value is (165,97,172). Sum of RGB (Red+Green+Blue) = 165+97+172=434 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.02% from 434); Green value is 97 (38.28% from 255 or 22.35% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 172 - color contains mainly: blue. Hex color #A561AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A561AC is #5A9E53. Grayscale: #7D7D7D. Windows color (decimal): -5938772 or 11297189. OLE color: 11297189.

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

Color convert

RGB16597172-
CMYK0.040.4400.33
HSL294.4º31.12%52.75%-
HSV(B)294.4º43.6%67.45%-
XYZ27.2419.5341.36-
YUV125.88154.03155.9-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.02%
GREEN value IS 97 (38.28% from 255) = 22.35%
BLUE value IS 172 (67.58% from 255) = 39.63%
R=38.02%
G=22.35%
B=39.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165971720.040.4400.33294.431.1252.75
HexA561AC42C0211261f35
Octal2451412544540414463765
Binary10100101110000110101100100101100010000110010011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A561AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A561AC; }

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

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

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

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

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

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

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

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