#A660AB

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

Shades of Violet Blue #A660AB

Tints of Violet Blue #A660AB

Color information

#A660AB (or 0xA660AB) is unknown color: approx Violet Blue. HEX triplet: A6, 60 and AB. RGB value is (166,96,171). Sum of RGB (Red+Green+Blue) = 166+96+171=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 96 (37.89% from 255 or 22.17% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 171 - color contains mainly: blue. Hex color #A660AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A660AB is #599F54. Grayscale: #7D7D7D. Windows color (decimal): -5873493 or 11231398. OLE color: 11231398.

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

Color convert

RGB16696171-
CMYK0.030.4400.33
HSL296º30.86%52.35%-
HSV(B)296º43.86%67.06%-
XYZ27.2619.4140.84-
YUV125.48153.69156.9-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.34%
GREEN value IS 96 (37.89% from 255) = 22.17%
BLUE value IS 171 (67.19% from 255) = 39.49%
R=38.34%
G=22.17%
B=39.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal166961710.030.4400.3329630.8652.35
HexA660AB32C0211281f34
Octal2461402533540414503764
Binary1010011011000001010101111101100010000110010100011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A660AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A660AB; }

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

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

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

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

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

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

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

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