#A060AC

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

Shades of Violet Blue #A060AC

Tints of Violet Blue #A060AC

Color information

#A060AC (or 0xA060AC) is unknown color: approx Violet Blue. HEX triplet: A0, 60 and AC. RGB value is (160,96,172). Sum of RGB (Red+Green+Blue) = 160+96+172=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 96 (37.89% from 255 or 22.43% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 172 - color contains mainly: blue. Hex color #A060AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A060AC is #5F9F53. Grayscale: #7B7B7B. Windows color (decimal): -6266708 or 11296928. OLE color: 11296928.

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

Color convert

RGB16096172-
CMYK0.070.4400.33
HSL290.53º31.4%52.55%-
HSV(B)290.53º44.19%67.45%-
XYZ26.1318.8241.28-
YUV123.8155.2153.82-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.38%
GREEN value IS 96 (37.89% from 255) = 22.43%
BLUE value IS 172 (67.58% from 255) = 40.19%
R=37.38%
G=22.43%
B=40.19%

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
Decimal160961720.070.4400.33290.5331.452.55
HexA060AC72C0211231f35
Octal2401402547540414433765
Binary10100000110000010101100111101100010000110010001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A060AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A060AC; }

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

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

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

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

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

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

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

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