#A74E92

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

Shades of Violet Blue #A74E92

Tints of Violet Blue #A74E92

Color information

#A74E92 (or 0xA74E92) is unknown color: approx Violet Blue. HEX triplet: A7, 4E and 92. RGB value is (167,78,146). Sum of RGB (Red+Green+Blue) = 167+78+146=391 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.71% from 391); Green value is 78 (30.86% from 255 or 19.95% from 391); Blue value is 146 (57.42% from 255 or 37.34% from 391); Max value from RGB is 167 - color contains mainly: red. Hex color #A74E92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A74E92 is #58B16D. Grayscale: #707070. Windows color (decimal): -5812590 or 9588391. OLE color: 9588391.

HSL color Cylindrical-coordinate representation of color #A74E92: hue angle of 314.16º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A74E92 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB16778146-
CMYK00.530.130.35
HSL314.16º36.33%48.04%-
HSV(B)314.16º53.29%65.49%-
XYZ23.8515.7428.98-
YUV112.36146.99166.97-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.71%
GREEN value IS 78 (30.86% from 255) = 19.95%
BLUE value IS 146 (57.42% from 255) = 37.34%
R=42.71%
G=19.95%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677814600.530.130.35314.1636.3348.04
HexA74E92035D2313a2430
Octal24711622206515434724460
Binary1010011110011101001001001101011101100011100111010100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74E92; }

 p { color: rgb(167,78,146); }

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

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

 a { background-color: rgb(167,78,146); }

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

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

 span { border-color: rgb(167,78,146); }

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