Html Css Color HEX #A84984 Medium Red Violet

📋 copy color: '#A84984'

red 168 ◦ green 73 ◦ blue 132

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

Shades of Medium Red Violet #A84984

Tints of Medium Red Violet #A84984

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.57%

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

R = 45.04%
G = 19.57%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#A84984 (or 0xA84984) is known color: Medium Red Violet. HEX triplet: A8, 49 and 84. RGB value is (168,73,132). Sum of RGB (Red+Green+Blue) = 168+73+132=373 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.04% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 132 (51.95% from 255 or 35.39% from 373); Max value from RGB is 168 - color contains mainly: red. Hex color #A84984 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84984 is #57B67B. Grayscale: #6B6B6B. Windows color (decimal): -5748348 or 8669608. OLE color: 8669608.

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

Color convert

RGB 168 73 132 -
CMYK 0 0.57 0.21 0.34
HSL 322.74º 0.39% 0.47% -
HSV(B) 322.74º 0.57% 0.66% -
XYZ 22.7 14.76 23.48 -
YUV 108.13 141.47 170.7 -
System Red Green Blue C M Y K H S L
Decimal 168 73 132 0 0.57 0.21 0.34 322.74 0.39 0.47
Hex A8 49 84 0 39 15 22 143 27 2F
Octal 250 111 204 0 71 25 42 503 47 57
Binary 10101000 1001001 10000100 0 111001 10101 100010 101000011 100111 101111

Color Harmonies of #A84984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84984

Black with #A84984

Text Example


Text Example

White with #A84984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84984; }

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

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

background-color css

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

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

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

border-color css

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

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

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