Html Css Color HEX #A72BA1 Medium Red Violet

📋 copy color: '#A72BA1'

red 167 ◦ green 43 ◦ blue 161

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

Shades of Medium Red Violet #A72BA1

Tints of Medium Red Violet #A72BA1

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.59%

 BLUE value IS 161 (63.28% from 255) = 43.4%

R = 45.01%
G = 11.59%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A72BA1 (or 0xA72BA1) is known color: Medium Red Violet. HEX triplet: A7, 2B and A1. RGB value is (167,43,161). Sum of RGB (Red+Green+Blue) = 167+43+161=371 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.01% from 371); Green value is 43 (17.19% from 255 or 11.59% from 371); Blue value is 161 (63.28% from 255 or 43.40% from 371); Max value from RGB is 167 - color contains mainly: red. Hex color #A72BA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A72BA1 is #58D45E. Grayscale: #5D5D5D. Windows color (decimal): -5821535 or 10562471. OLE color: 10562471.

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

Color convert

RGB 167 43 161 -
CMYK 0 0.74 0.04 0.35
HSL 302.9º 0.59% 0.41% -
HSV(B) 302.9º 0.74% 0.65% -
XYZ 23.23 12.52 34.91 -
YUV 93.53 166.08 180.41 -
System Red Green Blue C M Y K H S L
Decimal 167 43 161 0 0.74 0.04 0.35 302.9 0.59 0.41
Hex A7 2B A1 0 4A 4 23 12F 3B 29
Octal 247 53 241 0 112 4 43 457 73 51
Binary 10100111 101011 10100001 0 1001010 100 100011 100101111 111011 101001

Color Harmonies of #A72BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72BA1

Black with #A72BA1

Text Example


Text Example

White with #A72BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72BA1; }

 p { color: rgb(167,43,161); }

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

background-color css

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

 a { background-color: rgb(167,43,161); }

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

border-color css

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

 span { border-color: rgb(167,43,161); }

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