Html Css Color HEX #A82573 Medium Red Violet

📋 copy color: '#A82573'

red 168 ◦ green 37 ◦ blue 115

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

Shades of Medium Red Violet #A82573

Tints of Medium Red Violet #A82573

RGB

 RED value IS 168 (66.02% from 255) = 52.5%

 GREEN value IS 37 (14.84% from 255) = 11.56%

 BLUE value IS 115 (45.31% from 255) = 35.94%

R = 52.5%
G = 11.56%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#A82573 (or 0xA82573) is known color: Medium Red Violet. HEX triplet: A8, 25 and 73. RGB value is (168,37,115). Sum of RGB (Red+Green+Blue) = 168+37+115=320 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.5% from 320); Green value is 37 (14.84% from 255 or 11.56% from 320); Blue value is 115 (45.31% from 255 or 35.94% from 320); Max value from RGB is 168 - color contains mainly: red. Hex color #A82573 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82573 is #57DA8C. Grayscale: #545454. Windows color (decimal): -5757581 or 7546280. OLE color: 7546280.

HSL color Cylindrical-coordinate representation of color #A82573: hue angle of 324.27º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A82573 is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 37 115 -
CMYK 0 0.78 0.32 0.34
HSL 324.27º 0.64% 0.4% -
HSV(B) 324.27º 0.78% 0.66% -
XYZ 19.9 10.89 17.27 -
YUV 85.06 144.9 187.16 -
System Red Green Blue C M Y K H S L
Decimal 168 37 115 0 0.78 0.32 0.34 324.27 0.64 0.4
Hex A8 25 73 0 4E 20 22 144 40 28
Octal 250 45 163 0 116 40 42 504 100 50
Binary 10101000 100101 1110011 0 1001110 100000 100010 101000100 1000000 101000

Color Harmonies of #A82573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82573

Black with #A82573

Text Example


Text Example

White with #A82573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82573; }

 p { color: rgb(168,37,115); }

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

background-color css

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

 a { background-color: rgb(168,37,115); }

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

border-color css

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

 span { border-color: rgb(168,37,115); }

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