Html Css Color HEX #A84184 Medium Red Violet

📋 copy color: '#A84184'

red 168 ◦ green 65 ◦ blue 132

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

Shades of Medium Red Violet #A84184

Tints of Medium Red Violet #A84184

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.81%

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

R = 46.03%
G = 17.81%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#A84184 (or 0xA84184) is known color: Medium Red Violet. HEX triplet: A8, 41 and 84. RGB value is (168,65,132). Sum of RGB (Red+Green+Blue) = 168+65+132=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 168 - color contains mainly: red. Hex color #A84184 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84184 is #57BE7B. Grayscale: #676767. Windows color (decimal): -5750396 or 8667560. OLE color: 8667560.

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

Color convert

RGB 168 65 132 -
CMYK 0 0.61 0.21 0.34
HSL 320.97º 0.44% 0.46% -
HSV(B) 320.97º 0.61% 0.66% -
XYZ 22.2 13.77 23.32 -
YUV 103.44 144.12 174.05 -
System Red Green Blue C M Y K H S L
Decimal 168 65 132 0 0.61 0.21 0.34 320.97 0.44 0.46
Hex A8 41 84 0 3D 15 22 141 2C 2E
Octal 250 101 204 0 75 25 42 501 54 56
Binary 10101000 1000001 10000100 0 111101 10101 100010 101000001 101100 101110

Color Harmonies of #A84184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84184

Black with #A84184

Text Example


Text Example

White with #A84184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84184; }

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

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

background-color css

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

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

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

border-color css

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

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

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