#A74AAE

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

Shades of Violet Blue #A74AAE

Tints of Violet Blue #A74AAE

Color information

#A74AAE (or 0xA74AAE) is unknown color: approx Violet Blue. HEX triplet: A7, 4A and AE. RGB value is (167,74,174). Sum of RGB (Red+Green+Blue) = 167+74+174=415 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.24% from 415); Green value is 74 (29.30% from 255 or 17.83% from 415); Blue value is 174 (68.36% from 255 or 41.93% from 415); Max value from RGB is 174 - color contains mainly: blue. Hex color #A74AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74AAE is #58B551. Grayscale: #707070. Windows color (decimal): -5813586 or 11422375. OLE color: 11422375.

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

Color convert

RGB16774174-
CMYK0.040.5700.32
HSL295.8º40.32%48.63%-
HSV(B)295.8º57.47%68.24%-
XYZ26.0316.1741.79-
YUV113.21162.31166.37-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.24%
GREEN value IS 74 (29.30% from 255) = 17.83%
BLUE value IS 174 (68.36% from 255) = 41.93%
R=40.24%
G=17.83%
B=41.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal167741740.040.5700.32295.840.3248.63
HexA74AAE4390201282831
Octal2471122564710404505061
Binary101001111001010101011101001110010100000100101000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74AAE; }

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

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

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

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

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

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

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

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