Html Css Color HEX #A82784 Medium Red Violet

📋 copy color: '#A82784'

red 168 ◦ green 39 ◦ blue 132

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

Shades of Medium Red Violet #A82784

Tints of Medium Red Violet #A82784

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.5%

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

R = 49.56%
G = 11.5%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#A82784 (or 0xA82784) is known color: Medium Red Violet. HEX triplet: A8, 27 and 84. RGB value is (168,39,132). Sum of RGB (Red+Green+Blue) = 168+39+132=339 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.56% from 339); Green value is 39 (15.62% from 255 or 11.50% from 339); Blue value is 132 (51.95% from 255 or 38.94% from 339); Max value from RGB is 168 - color contains mainly: red. Hex color #A82784 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82784 is #57D87B. Grayscale: #575757. Windows color (decimal): -5757052 or 8660904. OLE color: 8660904.

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

Color convert

RGB 168 39 132 -
CMYK 0 0.77 0.21 0.34
HSL 316.74º 0.62% 0.41% -
HSV(B) 316.74º 0.77% 0.66% -
XYZ 21.04 11.44 22.93 -
YUV 88.17 152.74 184.94 -
System Red Green Blue C M Y K H S L
Decimal 168 39 132 0 0.77 0.21 0.34 316.74 0.62 0.41
Hex A8 27 84 0 4D 15 22 13D 3E 29
Octal 250 47 204 0 115 25 42 475 76 51
Binary 10101000 100111 10000100 0 1001101 10101 100010 100111101 111110 101001

Color Harmonies of #A82784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82784

Black with #A82784

Text Example


Text Example

White with #A82784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82784; }

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

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

background-color css

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

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

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

border-color css

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

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

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