#A74EAE

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

Shades of Violet Blue #A74EAE

Tints of Violet Blue #A74EAE

Color information

#A74EAE (or 0xA74EAE) is unknown color: approx Violet Blue. HEX triplet: A7, 4E and AE. RGB value is (167,78,174). Sum of RGB (Red+Green+Blue) = 167+78+174=419 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.86% from 419); Green value is 78 (30.86% from 255 or 18.62% from 419); Blue value is 174 (68.36% from 255 or 41.53% from 419); Max value from RGB is 174 - color contains mainly: blue. Hex color #A74EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A74EAE is #58B151. Grayscale: #737373. Windows color (decimal): -5812562 or 11423399. OLE color: 11423399.

HSL color Cylindrical-coordinate representation of color #A74EAE: hue angle of 295.62º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A74EAE is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16778174-
CMYK0.040.5500.32
HSL295.62º38.1%49.41%-
HSV(B)295.62º55.17%68.24%-
XYZ26.316.7241.89-
YUV115.56160.99164.69-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.86%
GREEN value IS 78 (30.86% from 255) = 18.62%
BLUE value IS 174 (68.36% from 255) = 41.53%
R=39.86%
G=18.62%
B=41.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal167781740.040.5500.32295.6238.149.41
HexA74EAE4370201282631
Octal2471162564670404504661
Binary101001111001110101011101001101110100000100101000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74EAE; }

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

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

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

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

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

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

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

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