#A74E9A

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

Shades of Violet Blue #A74E9A

Tints of Violet Blue #A74E9A

Color information

#A74E9A (or 0xA74E9A) is unknown color: approx Violet Blue. HEX triplet: A7, 4E and 9A. RGB value is (167,78,154). Sum of RGB (Red+Green+Blue) = 167+78+154=399 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.85% from 399); Green value is 78 (30.86% from 255 or 19.55% from 399); Blue value is 154 (60.55% from 255 or 38.60% from 399); Max value from RGB is 167 - color contains mainly: red. Hex color #A74E9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A74E9A is #58B165. Grayscale: #717171. Windows color (decimal): -5812582 or 10112679. OLE color: 10112679.

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

Color convert

RGB16778154-
CMYK00.530.080.35
HSL308.76º36.33%48.04%-
HSV(B)308.76º53.29%65.49%-
XYZ24.491632.37-
YUV113.28150.99166.32-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.85%
GREEN value IS 78 (30.86% from 255) = 19.55%
BLUE value IS 154 (60.55% from 255) = 38.60%
R=41.85%
G=19.55%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677815400.530.080.35308.7636.3348.04
HexA74E9A0358231352430
Octal24711623206510434654460
Binary1010011110011101001101001101011000100011100110101100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74E9A; }

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

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

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

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

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

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

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

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