Html Css Color HEX #A82871 Medium Red Violet

📋 copy color: '#A82871'

red 168 ◦ green 40 ◦ blue 113

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

Shades of Medium Red Violet #A82871

Tints of Medium Red Violet #A82871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 35.2%

R = 52.34%
G = 12.46%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A82871 (or 0xA82871) is known color: Medium Red Violet. HEX triplet: A8, 28 and 71. RGB value is (168,40,113). Sum of RGB (Red+Green+Blue) = 168+40+113=321 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.34% from 321); Green value is 40 (16.02% from 255 or 12.46% from 321); Blue value is 113 (44.53% from 255 or 35.20% from 321); Max value from RGB is 168 - color contains mainly: red. Hex color #A82871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82871 is #57D78E. Grayscale: #565656. Windows color (decimal): -5756815 or 7415976. OLE color: 7415976.

HSL color Cylindrical-coordinate representation of color #A82871: hue angle of 325.78º 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 #A82871 is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 40 113 -
CMYK 0 0.76 0.33 0.34
HSL 325.78º 0.62% 0.41% -
HSV(B) 325.78º 0.76% 0.66% -
XYZ 19.89 11.03 16.7 -
YUV 86.59 142.91 186.06 -
System Red Green Blue C M Y K H S L
Decimal 168 40 113 0 0.76 0.33 0.34 325.78 0.62 0.41
Hex A8 28 71 0 4C 21 22 146 3E 29
Octal 250 50 161 0 114 41 42 506 76 51
Binary 10101000 101000 1110001 0 1001100 100001 100010 101000110 111110 101001

Color Harmonies of #A82871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82871

Black with #A82871

Text Example


Text Example

White with #A82871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82871; }

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

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

background-color css

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

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

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

border-color css

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

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

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