Html Css Color HEX #A72AA2 Medium Red Violet

📋 copy color: '#A72AA2'

red 167 ◦ green 42 ◦ blue 162

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

Shades of Medium Red Violet #A72AA2

Tints of Medium Red Violet #A72AA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 43.67%

R = 45.01%
G = 11.32%
B = 43.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#A72AA2 (or 0xA72AA2) is known color: Medium Red Violet. HEX triplet: A7, 2A and A2. RGB value is (167,42,162). Sum of RGB (Red+Green+Blue) = 167+42+162=371 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.01% from 371); Green value is 42 (16.80% from 255 or 11.32% from 371); Blue value is 162 (63.67% from 255 or 43.67% from 371); Max value from RGB is 167 - color contains mainly: red. Hex color #A72AA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A72AA2 is #58D55D. Grayscale: #5C5C5C. Windows color (decimal): -5821790 or 10627751. OLE color: 10627751.

HSL color Cylindrical-coordinate representation of color #A72AA2: hue angle of 302.4º 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 #A72AA2 is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 42 162 -
CMYK 0 0.75 0.03 0.35
HSL 302.4º 0.6% 0.41% -
HSV(B) 302.4º 0.75% 0.65% -
XYZ 23.29 12.48 35.36 -
YUV 93.06 166.91 180.74 -
System Red Green Blue C M Y K H S L
Decimal 167 42 162 0 0.75 0.03 0.35 302.4 0.6 0.41
Hex A7 2A A2 0 4B 3 23 12E 3C 29
Octal 247 52 242 0 113 3 43 456 74 51
Binary 10100111 101010 10100010 0 1001011 11 100011 100101110 111100 101001

Color Harmonies of #A72AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72AA2

Black with #A72AA2

Text Example


Text Example

White with #A72AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72AA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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