#A722A2

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

Shades of Medium Red Violet #A722A2

Tints of Medium Red Violet #A722A2

Color information

#A722A2 (or 0xA722A2) is unknown color: approx Medium Red Violet. HEX triplet: A7, 22 and A2. RGB value is (167,34,162). Sum of RGB (Red+Green+Blue) = 167+34+162=363 (48% of max value = 765). Red value is 167 (65.62% from 255 or 46.01% from 363); Green value is 34 (13.67% from 255 or 9.37% from 363); Blue value is 162 (63.67% from 255 or 44.63% from 363); Max value from RGB is 167 - color contains mainly: red. Hex color #A722A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A722A2 is #58DD5D. Grayscale: #575757. Windows color (decimal): -5823838 or 10625703. OLE color: 10625703.

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

Color convert

RGB16734162-
CMYK00.800.030.35
HSL302.26º66.17%39.41%-
HSV(B)302.26º79.64%65.49%-
XYZ23.0311.9735.28-
YUV88.36169.56184.09-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.01%
GREEN value IS 34 (13.67% from 255) = 9.37%
BLUE value IS 162 (63.67% from 255) = 44.63%
R=46.01%
G=9.37%
B=44.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.03
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1673416200.800.030.35302.2666.1739.41
HexA722A205032312e4227
Octal24742242012034345610247
Binary101001111000101010001001010000111000111001011101000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A722A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A722A2; }

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

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

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

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

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

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

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

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