Html Css Color HEX #A72A9A Medium Red Violet

📋 copy color: '#A72A9A'

red 167 ◦ green 42 ◦ blue 154

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

Shades of Medium Red Violet #A72A9A

Tints of Medium Red Violet #A72A9A

RGB

 RED value IS 167 (65.63% from 255) = 46.01%

 GREEN value IS 42 (16.8% from 255) = 11.57%

 BLUE value IS 154 (60.55% from 255) = 42.42%

R = 46.01%
G = 11.57%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A72A9A (or 0xA72A9A) is known color: Medium Red Violet. HEX triplet: A7, 2A and 9A. RGB value is (167,42,154). Sum of RGB (Red+Green+Blue) = 167+42+154=363 (48% of max value = 765). Red value is 167 (65.62% from 255 or 46.01% from 363); Green value is 42 (16.80% from 255 or 11.57% from 363); Blue value is 154 (60.55% from 255 or 42.42% from 363); Max value from RGB is 167 - color contains mainly: red. Hex color #A72A9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A72A9A is #58D565. Grayscale: #5B5B5B. Windows color (decimal): -5821798 or 10103463. OLE color: 10103463.

HSL color Cylindrical-coordinate representation of color #A72A9A: hue angle of 306.24º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A72A9A is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 42 154 -
CMYK 0 0.75 0.08 0.35
HSL 306.24º 0.6% 0.41% -
HSV(B) 306.24º 0.75% 0.65% -
XYZ 22.6 12.2 31.74 -
YUV 92.14 162.91 181.39 -
System Red Green Blue C M Y K H S L
Decimal 167 42 154 0 0.75 0.08 0.35 306.24 0.6 0.41
Hex A7 2A 9A 0 4B 8 23 132 3C 29
Octal 247 52 232 0 113 10 43 462 74 51
Binary 10100111 101010 10011010 0 1001011 1000 100011 100110010 111100 101001

Color Harmonies of #A72A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72A9A

Black with #A72A9A

Text Example


Text Example

White with #A72A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72A9A; }

 p { color: rgb(167,42,154); }

 H1.HeaderClassName
 {
   color: #A72A9A;
 }
 .AnyTagClassName
 {
   color: #A72A9A;
 }
</style>

background-color css

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

 a { background-color: rgb(167,42,154); }

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

border-color css

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

 span { border-color: rgb(167,42,154); }

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