Html Css Color HEX #A84A8B Medium Red Violet

📋 copy color: '#A84A8B'

red 168 ◦ green 74 ◦ blue 139

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

Shades of Medium Red Violet #A84A8B

Tints of Medium Red Violet #A84A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.48%

R = 44.09%
G = 19.42%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#A84A8B (or 0xA84A8B) is known color: Medium Red Violet. HEX triplet: A8, 4A and 8B. RGB value is (168,74,139). Sum of RGB (Red+Green+Blue) = 168+74+139=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 74 (29.30% from 255 or 19.42% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 168 - color contains mainly: red. Hex color #A84A8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84A8B is #57B574. Grayscale: #6D6D6D. Windows color (decimal): -5748085 or 9128616. OLE color: 9128616.

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

Color convert

RGB 168 74 139 -
CMYK 0 0.56 0.17 0.34
HSL 318.51º 0.39% 0.47% -
HSV(B) 318.51º 0.56% 0.66% -
XYZ 23.26 15.09 26.11 -
YUV 109.52 144.64 169.71 -
System Red Green Blue C M Y K H S L
Decimal 168 74 139 0 0.56 0.17 0.34 318.51 0.39 0.47
Hex A8 4A 8B 0 38 11 22 13F 27 2F
Octal 250 112 213 0 70 21 42 477 47 57
Binary 10101000 1001010 10001011 0 111000 10001 100010 100111111 100111 101111

Color Harmonies of #A84A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84A8B

Black with #A84A8B

Text Example


Text Example

White with #A84A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84A8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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