#A674AA

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

Shades of Violet Blue #A674AA

Tints of Violet Blue #A674AA

Color information

#A674AA (or 0xA674AA) is unknown color: approx Violet Blue. HEX triplet: A6, 74 and AA. RGB value is (166,116,170). Sum of RGB (Red+Green+Blue) = 166+116+170=452 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.73% from 452); Green value is 116 (45.70% from 255 or 25.66% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 170 - color contains mainly: blue. Hex color #A674AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A674AA is #598B55. Grayscale: #888888. Windows color (decimal): -5868374 or 11170982. OLE color: 11170982.

HSL color Cylindrical-coordinate representation of color #A674AA: hue angle of 295.56º 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 #A674AA is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB166116170-
CMYK0.020.3200.33
HSL295.56º24.11%56.08%-
HSV(B)295.56º31.76%66.67%-
XYZ29.2323.541.03-
YUV137.11146.56148.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.73%
GREEN value IS 116 (45.70% from 255) = 25.66%
BLUE value IS 170 (66.80% from 255) = 37.61%
R=36.73%
G=25.66%
B=37.61%

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
Decimal1661161700.020.3200.33295.5624.1156.08
HexA674AA2200211281838
Octal2461642522400414503070
Binary1010011011101001010101010100000010000110010100011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A674AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A674AA; }

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

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

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

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

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

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

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

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