Html Css Color HEX #A84886 Medium Red Violet

📋 copy color: '#A84886'

red 168 ◦ green 72 ◦ blue 134

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

Shades of Medium Red Violet #A84886

Tints of Medium Red Violet #A84886

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.25%

 BLUE value IS 134 (52.73% from 255) = 35.83%

R = 44.92%
G = 19.25%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.20

 K value IS 0.34

RGB Variations

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

Color information

#A84886 (or 0xA84886) is known color: Medium Red Violet. HEX triplet: A8, 48 and 86. RGB value is (168,72,134). Sum of RGB (Red+Green+Blue) = 168+72+134=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 72 (28.52% from 255 or 19.25% from 374); Blue value is 134 (52.73% from 255 or 35.83% from 374); Max value from RGB is 168 - color contains mainly: red. Hex color #A84886 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84886 is #57B779. Grayscale: #6B6B6B. Windows color (decimal): -5748602 or 8800424. OLE color: 8800424.

HSL color Cylindrical-coordinate representation of color #A84886: hue angle of 321.25º degrees, saturation: 0.4, 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 #A84886 is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 72 134 -
CMYK 0 0.57 0.20 0.34
HSL 321.25º 0.4% 0.47% -
HSV(B) 321.25º 0.57% 0.66% -
XYZ 22.77 14.68 24.19 -
YUV 107.77 142.8 170.96 -
System Red Green Blue C M Y K H S L
Decimal 168 72 134 0 0.57 0.20 0.34 321.25 0.4 0.47
Hex A8 48 86 0 39 14 22 141 28 2F
Octal 250 110 206 0 71 24 42 501 50 57
Binary 10101000 1001000 10000110 0 111001 10100 100010 101000001 101000 101111

Color Harmonies of #A84886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84886

Black with #A84886

Text Example


Text Example

White with #A84886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84886; }

 p { color: rgb(168,72,134); }

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

background-color css

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

 a { background-color: rgb(168,72,134); }

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

border-color css

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

 span { border-color: rgb(168,72,134); }

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