#A674A2

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

Shades of Violet Blue #A674A2

Tints of Violet Blue #A674A2

Color information

#A674A2 (or 0xA674A2) is unknown color: approx Violet Blue. HEX triplet: A6, 74 and A2. RGB value is (166,116,162). Sum of RGB (Red+Green+Blue) = 166+116+162=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 116 (45.70% from 255 or 26.13% from 444); Blue value is 162 (63.67% from 255 or 36.49% from 444); Max value from RGB is 166 - color contains mainly: red. Hex color #A674A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A674A2 is #598B5D. Grayscale: #888888. Windows color (decimal): -5868382 or 10646694. OLE color: 10646694.

HSL color Cylindrical-coordinate representation of color #A674A2: hue angle of 304.8º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A674A2 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB166116162-
CMYK00.300.020.35
HSL304.8º21.93%55.29%-
HSV(B)304.8º30.12%65.1%-
XYZ28.4923.2137.16-
YUV136.19142.56149.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.39%
GREEN value IS 116 (45.70% from 255) = 26.13%
BLUE value IS 162 (63.67% from 255) = 36.49%
R=37.39%
G=26.13%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611616200.300.020.35304.821.9355.29
HexA674A201E2231311637
Octal2461642420362434612667
Binary101001101110100101000100111101010001110011000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A674A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A674A2; }

 p { color: rgb(166,116,162); }

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

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

 a { background-color: rgb(166,116,162); }

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

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

 span { border-color: rgb(166,116,162); }

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