Html Css Color HEX #A84A87 Medium Red Violet

📋 copy color: '#A84A87'

red 168 ◦ green 74 ◦ blue 135

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

Shades of Medium Red Violet #A84A87

Tints of Medium Red Violet #A84A87

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.63%

 BLUE value IS 135 (53.13% from 255) = 35.81%

R = 44.56%
G = 19.63%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.20

 K value IS 0.34

RGB Variations

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

Color information

#A84A87 (or 0xA84A87) is known color: Medium Red Violet. HEX triplet: A8, 4A and 87. RGB value is (168,74,135). Sum of RGB (Red+Green+Blue) = 168+74+135=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 135 (53.12% from 255 or 35.81% from 377); Max value from RGB is 168 - color contains mainly: red. Hex color #A84A87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84A87 is #57B578. Grayscale: #6C6C6C. Windows color (decimal): -5748089 or 8866472. OLE color: 8866472.

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

Color convert

RGB 168 74 135 -
CMYK 0 0.56 0.20 0.34
HSL 321.06º 0.39% 0.47% -
HSV(B) 321.06º 0.56% 0.66% -
XYZ 22.97 14.97 24.6 -
YUV 109.06 142.64 170.04 -
System Red Green Blue C M Y K H S L
Decimal 168 74 135 0 0.56 0.20 0.34 321.06 0.39 0.47
Hex A8 4A 87 0 38 14 22 141 27 2F
Octal 250 112 207 0 70 24 42 501 47 57
Binary 10101000 1001010 10000111 0 111000 10100 100010 101000001 100111 101111

Color Harmonies of #A84A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84A87

Black with #A84A87

Text Example


Text Example

White with #A84A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84A87; }

 p { color: rgb(168,74,135); }

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

background-color css

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

 a { background-color: rgb(168,74,135); }

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

border-color css

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

 span { border-color: rgb(168,74,135); }

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