#A673AA

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

Shades of Violet Blue #A673AA

Tints of Violet Blue #A673AA

Color information

#A673AA (or 0xA673AA) is unknown color: approx Violet Blue. HEX triplet: A6, 73 and AA. RGB value is (166,115,170). Sum of RGB (Red+Green+Blue) = 166+115+170=451 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.81% from 451); Green value is 115 (45.31% from 255 or 25.50% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 170 - color contains mainly: blue. Hex color #A673AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A673AA is #598C55. Grayscale: #888888. Windows color (decimal): -5868630 or 11170726. OLE color: 11170726.

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

Color convert

RGB166115170-
CMYK0.020.3200.33
HSL295.64º24.44%55.88%-
HSV(B)295.64º32.35%66.67%-
XYZ29.1123.2740.99-
YUV136.52146.9149.03-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.81%
GREEN value IS 115 (45.31% from 255) = 25.50%
BLUE value IS 170 (66.80% from 255) = 37.69%
R=36.81%
G=25.50%
B=37.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661151700.020.3200.33295.6424.4455.88
HexA673AA2200211281838
Octal2461632522400414503070
Binary1010011011100111010101010100000010000110010100011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A673AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A673AA; }

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

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

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

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

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

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

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

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