#A9208A

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

Shades of Medium Red Violet #A9208A

Tints of Medium Red Violet #A9208A

Color information

#A9208A (or 0xA9208A) is unknown color: approx Medium Red Violet. HEX triplet: A9, 20 and 8A. RGB value is (169,32,138). Sum of RGB (Red+Green+Blue) = 169+32+138=339 (44% of max value = 765). Red value is 169 (66.41% from 255 or 49.85% from 339); Green value is 32 (12.89% from 255 or 9.44% from 339); Blue value is 138 (54.30% from 255 or 40.71% from 339); Max value from RGB is 169 - color contains mainly: red. Hex color #A9208A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9208A is #56DF75. Grayscale: #545454. Windows color (decimal): -5693302 or 9052329. OLE color: 9052329.

HSL color Cylindrical-coordinate representation of color #A9208A: hue angle of 313.58º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A9208A is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB16932138-
CMYK00.810.180.34
HSL313.58º68.16%39.41%-
HSV(B)313.58º81.07%66.27%-
XYZ21.4711.325.1-
YUV85.05157.89187.88-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.85%
GREEN value IS 32 (12.89% from 255) = 9.44%
BLUE value IS 138 (54.30% from 255) = 40.71%
R=49.85%
G=9.44%
B=40.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1693213800.810.180.34313.5868.1639.41
HexA9208A051122213a4427
Octal251402120121224247210447
Binary101010011000001000101001010001100101000101001110101000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9208A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9208A; }

 p { color: rgb(169,32,138); }

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

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

 a { background-color: rgb(169,32,138); }

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

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

 span { border-color: rgb(169,32,138); }

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