Html Css Color HEX #A82D80 Medium Red Violet

📋 copy color: '#A82D80'

red 168 ◦ green 45 ◦ blue 128

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

Shades of Medium Red Violet #A82D80

Tints of Medium Red Violet #A82D80

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.2%

 BLUE value IS 128 (50.39% from 255) = 37.54%

R = 49.27%
G = 13.2%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#A82D80 (or 0xA82D80) is known color: Medium Red Violet. HEX triplet: A8, 2D and 80. RGB value is (168,45,128). Sum of RGB (Red+Green+Blue) = 168+45+128=341 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.27% from 341); Green value is 45 (17.97% from 255 or 13.20% from 341); Blue value is 128 (50.39% from 255 or 37.54% from 341); Max value from RGB is 168 - color contains mainly: red. Hex color #A82D80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82D80 is #57D27F. Grayscale: #5B5B5B. Windows color (decimal): -5755520 or 8400296. OLE color: 8400296.

HSL color Cylindrical-coordinate representation of color #A82D80: hue angle of 319.51º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A82D80 is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 45 128 -
CMYK 0 0.73 0.24 0.34
HSL 319.51º 0.58% 0.42% -
HSV(B) 319.51º 0.73% 0.66% -
XYZ 20.98 11.76 21.59 -
YUV 91.24 148.75 182.75 -
System Red Green Blue C M Y K H S L
Decimal 168 45 128 0 0.73 0.24 0.34 319.51 0.58 0.42
Hex A8 2D 80 0 49 18 22 140 3A 2A
Octal 250 55 200 0 111 30 42 500 72 52
Binary 10101000 101101 10000000 0 1001001 11000 100010 101000000 111010 101010

Color Harmonies of #A82D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82D80

Black with #A82D80

Text Example


Text Example

White with #A82D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82D80; }

 p { color: rgb(168,45,128); }

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

background-color css

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

 a { background-color: rgb(168,45,128); }

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

border-color css

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

 span { border-color: rgb(168,45,128); }

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