#A74E94

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

Shades of Violet Blue #A74E94

Tints of Violet Blue #A74E94

Color information

#A74E94 (or 0xA74E94) is unknown color: approx Violet Blue. HEX triplet: A7, 4E and 94. RGB value is (167,78,148). Sum of RGB (Red+Green+Blue) = 167+78+148=393 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.49% from 393); Green value is 78 (30.86% from 255 or 19.85% from 393); Blue value is 148 (58.20% from 255 or 37.66% from 393); Max value from RGB is 167 - color contains mainly: red. Hex color #A74E94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A74E94 is #58B16B. Grayscale: #707070. Windows color (decimal): -5812588 or 9719463. OLE color: 9719463.

HSL color Cylindrical-coordinate representation of color #A74E94: hue angle of 312.81º 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 #A74E94 is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB16778148-
CMYK00.530.110.35
HSL312.81º36.33%48.04%-
HSV(B)312.81º53.29%65.49%-
XYZ24.0115.829.8-
YUV112.59147.99166.81-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.49%
GREEN value IS 78 (30.86% from 255) = 19.85%
BLUE value IS 148 (58.20% from 255) = 37.66%
R=42.49%
G=19.85%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677814800.530.110.35312.8136.3348.04
HexA74E94035B231392430
Octal24711622406513434714460
Binary1010011110011101001010001101011011100011100111001100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74E94; }

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

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

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

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

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

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

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

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