Html Css Color HEX #A82873 Medium Red Violet

📋 copy color: '#A82873'

red 168 ◦ green 40 ◦ blue 115

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

Shades of Medium Red Violet #A82873

Tints of Medium Red Violet #A82873

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.38%

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

R = 52.01%
G = 12.38%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#A82873 (or 0xA82873) is known color: Medium Red Violet. HEX triplet: A8, 28 and 73. RGB value is (168,40,115). Sum of RGB (Red+Green+Blue) = 168+40+115=323 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.01% from 323); Green value is 40 (16.02% from 255 or 12.38% from 323); Blue value is 115 (45.31% from 255 or 35.60% from 323); Max value from RGB is 168 - color contains mainly: red. Hex color #A82873 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82873 is #57D78C. Grayscale: #565656. Windows color (decimal): -5756813 or 7547048. OLE color: 7547048.

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

Color convert

RGB 168 40 115 -
CMYK 0 0.76 0.32 0.34
HSL 324.84º 0.62% 0.41% -
HSV(B) 324.84º 0.76% 0.66% -
XYZ 20 11.08 17.3 -
YUV 86.82 143.91 185.9 -
System Red Green Blue C M Y K H S L
Decimal 168 40 115 0 0.76 0.32 0.34 324.84 0.62 0.41
Hex A8 28 73 0 4C 20 22 145 3E 29
Octal 250 50 163 0 114 40 42 505 76 51
Binary 10101000 101000 1110011 0 1001100 100000 100010 101000101 111110 101001

Color Harmonies of #A82873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82873

Black with #A82873

Text Example


Text Example

White with #A82873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82873; }

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

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

background-color css

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

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

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

border-color css

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

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

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