Html Css Color HEX #A82884 Medium Red Violet

📋 copy color: '#A82884'

red 168 ◦ green 40 ◦ blue 132

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

Shades of Medium Red Violet #A82884

Tints of Medium Red Violet #A82884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 38.82%

R = 49.41%
G = 11.76%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#A82884 (or 0xA82884) is known color: Medium Red Violet. HEX triplet: A8, 28 and 84. RGB value is (168,40,132). Sum of RGB (Red+Green+Blue) = 168+40+132=340 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.41% from 340); Green value is 40 (16.02% from 255 or 11.76% from 340); Blue value is 132 (51.95% from 255 or 38.82% from 340); Max value from RGB is 168 - color contains mainly: red. Hex color #A82884 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82884 is #57D77B. Grayscale: #585858. Windows color (decimal): -5756796 or 8661160. OLE color: 8661160.

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

Color convert

RGB 168 40 132 -
CMYK 0 0.76 0.21 0.34
HSL 316.88º 0.62% 0.41% -
HSV(B) 316.88º 0.76% 0.66% -
XYZ 21.07 11.51 22.94 -
YUV 88.76 152.41 184.52 -
System Red Green Blue C M Y K H S L
Decimal 168 40 132 0 0.76 0.21 0.34 316.88 0.62 0.41
Hex A8 28 84 0 4C 15 22 13D 3E 29
Octal 250 50 204 0 114 25 42 475 76 51
Binary 10101000 101000 10000100 0 1001100 10101 100010 100111101 111110 101001

Color Harmonies of #A82884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82884

Black with #A82884

Text Example


Text Example

White with #A82884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82884; }

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

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

background-color css

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

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

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

border-color css

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

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

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