#A674A7

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

Shades of Violet Blue #A674A7

Tints of Violet Blue #A674A7

Color information

#A674A7 (or 0xA674A7) is unknown color: approx Violet Blue. HEX triplet: A6, 74 and A7. RGB value is (166,116,167). Sum of RGB (Red+Green+Blue) = 166+116+167=449 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.97% from 449); Green value is 116 (45.70% from 255 or 25.84% from 449); Blue value is 167 (65.62% from 255 or 37.19% from 449); Max value from RGB is 167 - color contains mainly: blue. Hex color #A674A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A674A7 is #598B58. Grayscale: #888888. Windows color (decimal): -5868377 or 10974374. OLE color: 10974374.

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

Color convert

RGB166116167-
CMYK0.010.3100.35
HSL298.82º22.47%55.49%-
HSV(B)298.82º30.54%65.49%-
XYZ28.9523.3939.55-
YUV136.76145.06148.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.97%
GREEN value IS 116 (45.70% from 255) = 25.84%
BLUE value IS 167 (65.62% from 255) = 37.19%
R=36.97%
G=25.84%
B=37.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661161670.010.3100.35298.8222.4755.49
HexA674A711F02312b1637
Octal2461642471370434532667
Binary10100110111010010100111111111010001110010101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A674A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A674A7; }

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

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

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

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

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

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

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

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