#A671AA

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

Shades of Violet Blue #A671AA

Tints of Violet Blue #A671AA

Color information

#A671AA (or 0xA671AA) is unknown color: approx Violet Blue. HEX triplet: A6, 71 and AA. RGB value is (166,113,170). Sum of RGB (Red+Green+Blue) = 166+113+170=449 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.97% from 449); Green value is 113 (44.53% from 255 or 25.17% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 170 - color contains mainly: blue. Hex color #A671AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A671AA is #598E55. Grayscale: #878787. Windows color (decimal): -5869142 or 11170214. OLE color: 11170214.

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

Color convert

RGB166113170-
CMYK0.020.3400.33
HSL295.79º25.11%55.49%-
HSV(B)295.79º33.53%66.67%-
XYZ28.8922.8240.91-
YUV135.34147.56149.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.97%
GREEN value IS 113 (44.53% from 255) = 25.17%
BLUE value IS 170 (66.80% from 255) = 37.86%
R=36.97%
G=25.17%
B=37.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661131700.020.3400.33295.7925.1155.49
HexA671AA2220211281937
Octal2461612522420414503167
Binary1010011011100011010101010100010010000110010100011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A671AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A671AA; }

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

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

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

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

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

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

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

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