#A74E90

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

Shades of Violet Blue #A74E90

Tints of Violet Blue #A74E90

Color information

#A74E90 (or 0xA74E90) is unknown color: approx Violet Blue. HEX triplet: A7, 4E and 90. RGB value is (167,78,144). Sum of RGB (Red+Green+Blue) = 167+78+144=389 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.93% from 389); Green value is 78 (30.86% from 255 or 20.05% from 389); Blue value is 144 (56.64% from 255 or 37.02% from 389); Max value from RGB is 167 - color contains mainly: red. Hex color #A74E90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A74E90 is #58B16F. Grayscale: #6F6F6F. Windows color (decimal): -5812592 or 9457319. OLE color: 9457319.

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

Color convert

RGB16778144-
CMYK00.530.140.35
HSL315.51º36.33%48.04%-
HSV(B)315.51º53.29%65.49%-
XYZ23.6915.6828.16-
YUV112.14145.99167.13-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.93%
GREEN value IS 78 (30.86% from 255) = 20.05%
BLUE value IS 144 (56.64% from 255) = 37.02%
R=42.93%
G=20.05%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677814400.530.140.35315.5136.3348.04
HexA74E90035E2313c2430
Octal24711622006516434744460
Binary1010011110011101001000001101011110100011100111100100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74E90; }

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

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

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

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

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

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

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

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