#A660AA

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

Shades of Violet Blue #A660AA

Tints of Violet Blue #A660AA

Color information

#A660AA (or 0xA660AA) is unknown color: approx Violet Blue. HEX triplet: A6, 60 and AA. RGB value is (166,96,170). Sum of RGB (Red+Green+Blue) = 166+96+170=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 96 (37.89% from 255 or 22.22% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 170 - color contains mainly: blue. Hex color #A660AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A660AA is #599F55. Grayscale: #7D7D7D. Windows color (decimal): -5873494 or 11165862. OLE color: 11165862.

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

Color convert

RGB16696170-
CMYK0.020.4400.33
HSL296.76º30.33%52.16%-
HSV(B)296.76º43.53%66.67%-
XYZ27.1619.3840.34-
YUV125.37153.19156.98-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.43%
GREEN value IS 96 (37.89% from 255) = 22.22%
BLUE value IS 170 (66.80% from 255) = 39.35%
R=38.43%
G=22.22%
B=39.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal166961700.020.4400.33296.7630.3352.16
HexA660AA22C0211291e34
Octal2461402522540414513664
Binary1010011011000001010101010101100010000110010100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A660AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A660AA; }

 p { color: rgb(166,96,170); }

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

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

 a { background-color: rgb(166,96,170); }

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

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

 span { border-color: rgb(166,96,170); }

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