#A674AE

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

Shades of Violet Blue #A674AE

Tints of Violet Blue #A674AE

Color information

#A674AE (or 0xA674AE) is unknown color: approx Violet Blue. HEX triplet: A6, 74 and AE. RGB value is (166,116,174). Sum of RGB (Red+Green+Blue) = 166+116+174=456 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.40% from 456); Green value is 116 (45.70% from 255 or 25.44% from 456); Blue value is 174 (68.36% from 255 or 38.16% from 456); Max value from RGB is 174 - color contains mainly: blue. Hex color #A674AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A674AE is #598B51. Grayscale: #898989. Windows color (decimal): -5868370 or 11433126. OLE color: 11433126.

HSL color Cylindrical-coordinate representation of color #A674AE: hue angle of 291.72º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A674AE is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB166116174-
CMYK0.050.3300.32
HSL291.72º26.36%56.86%-
HSV(B)291.72º33.33%68.24%-
XYZ29.6123.6543.05-
YUV137.56148.56148.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.40%
GREEN value IS 116 (45.70% from 255) = 25.44%
BLUE value IS 174 (68.36% from 255) = 38.16%
R=36.40%
G=25.44%
B=38.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661161740.050.3300.32291.7226.3656.86
HexA674AE5210201241a39
Octal2461642565410404443271
Binary10100110111010010101110101100001010000010010010011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A674AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A674AE; }

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

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

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

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

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

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

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

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