Html Css Color HEX #A9208A Medium Red Violet

📋 copy color: '#A9208A'

red 169 ◦ green 32 ◦ blue 138

#A9208A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #A9208A

Tints of Medium Red Violet #A9208A

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.3% from 255) = 40.71%

R = 49.85%
G = 9.44%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.18

 K value IS 0.34

RGB Variations

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

Color information

#A9208A (or 0xA9208A) is known color: 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

RGB 169 32 138 -
CMYK 0 0.81 0.18 0.34
HSL 313.58º 0.68% 0.39% -
HSV(B) 313.58º 0.81% 0.66% -
XYZ 21.47 11.3 25.1 -
YUV 85.05 157.89 187.88 -
System Red Green Blue C M Y K H S L
Decimal 169 32 138 0 0.81 0.18 0.34 313.58 0.68 0.39
Hex A9 20 8A 0 51 12 22 13A 44 27
Octal 251 40 212 0 121 22 42 472 104 47
Binary 10101001 100000 10001010 0 1010001 10010 100010 100111010 1000100 100111

Color Harmonies of #A9208A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9208A

Black with #A9208A

Text Example


Text Example

White with #A9208A

Text Example


Text Example

HTML Codes & Css Web 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>