#A749A2

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

Shades of Violet Blue #A749A2

Tints of Violet Blue #A749A2

Color information

#A749A2 (or 0xA749A2) is unknown color: approx Violet Blue. HEX triplet: A7, 49 and A2. RGB value is (167,73,162). Sum of RGB (Red+Green+Blue) = 167+73+162=402 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.54% from 402); Green value is 73 (28.91% from 255 or 18.16% from 402); Blue value is 162 (63.67% from 255 or 40.30% from 402); Max value from RGB is 167 - color contains mainly: red. Hex color #A749A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A749A2 is #58B65D. Grayscale: #6E6E6E. Windows color (decimal): -5813854 or 10635687. OLE color: 10635687.

HSL color Cylindrical-coordinate representation of color #A749A2: hue angle of 303.19º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A749A2 is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.35.

Color convert

RGB16773162-
CMYK00.560.030.35
HSL303.19º39.17%47.06%-
HSV(B)303.19º56.29%65.49%-
XYZ24.8415.5935.88-
YUV111.25156.64167.76-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.54%
GREEN value IS 73 (28.91% from 255) = 18.16%
BLUE value IS 162 (63.67% from 255) = 40.30%
R=41.54%
G=18.16%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.03
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677316200.560.030.35303.1939.1747.06
HexA749A203832312f272f
Octal2471112420703434574757
Binary10100111100100110100010011100011100011100101111100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A749A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A749A2; }

 p { color: rgb(167,73,162); }

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

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

 a { background-color: rgb(167,73,162); }

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

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

 span { border-color: rgb(167,73,162); }

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