#A660AD

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

Shades of Violet Blue #A660AD

Tints of Violet Blue #A660AD

Color information

#A660AD (or 0xA660AD) is unknown color: approx Violet Blue. HEX triplet: A6, 60 and AD. RGB value is (166,96,173). Sum of RGB (Red+Green+Blue) = 166+96+173=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 96 (37.89% from 255 or 22.07% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 173 - color contains mainly: blue. Hex color #A660AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A660AD is #599F52. Grayscale: #7D7D7D. Windows color (decimal): -5873491 or 11362470. OLE color: 11362470.

HSL color Cylindrical-coordinate representation of color #A660AD: hue angle of 294.55º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A660AD is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16696173-
CMYK0.040.4500.32
HSL294.55º31.95%52.75%-
HSV(B)294.55º44.51%67.84%-
XYZ27.4519.4941.85-
YUV125.71154.69156.74-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.16%
GREEN value IS 96 (37.89% from 255) = 22.07%
BLUE value IS 173 (67.97% from 255) = 39.77%
R=38.16%
G=22.07%
B=39.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal166961730.040.4500.32294.5531.9552.75
HexA660AD42D0201272035
Octal2461402554550404474065
Binary101001101100000101011011001011010100000100100111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A660AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A660AD; }

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

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

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

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

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

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

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

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