#A061AC

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

Shades of Violet Blue #A061AC

Tints of Violet Blue #A061AC

Color information

#A061AC (or 0xA061AC) is unknown color: approx Violet Blue. HEX triplet: A0, 61 and AC. RGB value is (160,97,172). Sum of RGB (Red+Green+Blue) = 160+97+172=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 97 (38.28% from 255 or 22.61% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 172 - color contains mainly: blue. Hex color #A061AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A061AC is #5F9E53. Grayscale: #7C7C7C. Windows color (decimal): -6266452 or 11297184. OLE color: 11297184.

HSL color Cylindrical-coordinate representation of color #A061AC: hue angle of 290.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 #A061AC is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16097172-
CMYK0.070.4400.33
HSL290.4º31.12%52.75%-
HSV(B)290.4º43.6%67.45%-
XYZ26.221941.32-
YUV124.39154.87153.4-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.30%
GREEN value IS 97 (38.28% from 255) = 22.61%
BLUE value IS 172 (67.58% from 255) = 40.09%
R=37.30%
G=22.61%
B=40.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160971720.070.4400.33290.431.1252.75
HexA061AC72C0211221f35
Octal2401412547540414423765
Binary10100000110000110101100111101100010000110010001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A061AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A061AC; }

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

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

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

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

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

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

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

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