#A061AA

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

Shades of Violet Blue #A061AA

Tints of Violet Blue #A061AA

Color information

#A061AA (or 0xA061AA) is unknown color: approx Violet Blue. HEX triplet: A0, 61 and AA. RGB value is (160,97,170). Sum of RGB (Red+Green+Blue) = 160+97+170=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 97 (38.28% from 255 or 22.72% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 170 - color contains mainly: blue. Hex color #A061AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A061AA is #5F9E55. Grayscale: #7B7B7B. Windows color (decimal): -6266454 or 11166112. OLE color: 11166112.

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

Color convert

RGB16097170-
CMYK0.060.4300.33
HSL291.78º30.04%52.35%-
HSV(B)291.78º42.94%66.67%-
XYZ26.0318.9340.31-
YUV124.16153.87153.56-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.47%
GREEN value IS 97 (38.28% from 255) = 22.72%
BLUE value IS 170 (66.80% from 255) = 39.81%
R=37.47%
G=22.72%
B=39.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160971700.060.4300.33291.7830.0452.35
HexA061AA62B0211241e34
Octal2401412526530414443664
Binary10100000110000110101010110101011010000110010010011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A061AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A061AA; }

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

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

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

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

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

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

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

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