Html Css Color HEX #A84280 Medium Red Violet

📋 copy color: '#A84280'

red 168 ◦ green 66 ◦ blue 128

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

Shades of Medium Red Violet #A84280

Tints of Medium Red Violet #A84280

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.23%

 BLUE value IS 128 (50.39% from 255) = 35.36%

R = 46.41%
G = 18.23%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#A84280 (or 0xA84280) is known color: Medium Red Violet. HEX triplet: A8, 42 and 80. RGB value is (168,66,128). Sum of RGB (Red+Green+Blue) = 168+66+128=362 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.41% from 362); Green value is 66 (26.17% from 255 or 18.23% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 168 - color contains mainly: red. Hex color #A84280 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84280 is #57BD7F. Grayscale: #676767. Windows color (decimal): -5750144 or 8405672. OLE color: 8405672.

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

Color convert

RGB 168 66 128 -
CMYK 0 0.61 0.24 0.34
HSL 323.53º 0.44% 0.46% -
HSV(B) 323.53º 0.61% 0.66% -
XYZ 21.99 13.78 21.92 -
YUV 103.57 141.79 173.96 -
System Red Green Blue C M Y K H S L
Decimal 168 66 128 0 0.61 0.24 0.34 323.53 0.44 0.46
Hex A8 42 80 0 3D 18 22 144 2C 2E
Octal 250 102 200 0 75 30 42 504 54 56
Binary 10101000 1000010 10000000 0 111101 11000 100010 101000100 101100 101110

Color Harmonies of #A84280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84280

Black with #A84280

Text Example


Text Example

White with #A84280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84280; }

 p { color: rgb(168,66,128); }

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

background-color css

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

 a { background-color: rgb(168,66,128); }

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

border-color css

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

 span { border-color: rgb(168,66,128); }

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