#a822a1

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

Shades of Medium Red Violet #A822A1

Tints of Medium Red Violet #A822A1

Color information

#A822A1 (or 0xA822A1) is unknown color: approx Medium Red Violet. HEX triplet: A8, 22 and A1. RGB value is (168,34,161). Sum of RGB (Red+Green+Blue) = 168+34+161=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 34 (13.67% from 255 or 9.37% from 363); Blue value is 161 (63.28% from 255 or 44.35% from 363); Max value from RGB is 168 - color contains mainly: red. Hex color #A822A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A822A1 is #57DD5E. Grayscale: #585858. Windows color (decimal): -5758303 or 10560168. OLE color: 10560168.

HSL color Cylindrical-coordinate representation of color #A822A1: hue angle of 303.13º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A822A1 is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.34.

Color convert

RGB16834161-
CMYK00.800.040.34
HSL303.13º66.34%39.61%-
HSV(B)303.13º79.76%65.88%-
XYZ23.1512.0434.82-
YUV88.54168.89184.67-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.28%
GREEN value IS 34 (13.67% from 255) = 9.37%
BLUE value IS 161 (63.28% from 255) = 44.35%
R=46.28%
G=9.37%
B=44.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.04
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1683416100.800.040.34303.1366.3439.61
HexA822A105042212f4228
Octal25042241012044245710250
Binary1010100010001010100001010100001001000101001011111000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a822a1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a822a1; }

 p { color: rgb(168,34,161); }

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

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

 a { background-color: rgb(168,34,161); }

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

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

 span { border-color: rgb(168,34,161); }

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