Html Css Color HEX #A84290 Medium Red Violet

📋 copy color: '#A84290'

red 168 ◦ green 66 ◦ blue 144

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

Shades of Medium Red Violet #A84290

Tints of Medium Red Violet #A84290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 38.1%

R = 44.44%
G = 17.46%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.14

 K value IS 0.34

RGB Variations

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

Color information

#A84290 (or 0xA84290) is known color: Medium Red Violet. HEX triplet: A8, 42 and 90. RGB value is (168,66,144). Sum of RGB (Red+Green+Blue) = 168+66+144=378 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.44% from 378); Green value is 66 (26.17% from 255 or 17.46% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 168 - color contains mainly: red. Hex color #A84290 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84290 is #57BD6F. Grayscale: #696969. Windows color (decimal): -5750128 or 9454248. OLE color: 9454248.

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

Color convert

RGB 168 66 144 -
CMYK 0 0.61 0.14 0.34
HSL 314.12º 0.44% 0.46% -
HSV(B) 314.12º 0.61% 0.66% -
XYZ 23.13 14.23 27.91 -
YUV 105.39 149.79 172.66 -
System Red Green Blue C M Y K H S L
Decimal 168 66 144 0 0.61 0.14 0.34 314.12 0.44 0.46
Hex A8 42 90 0 3D E 22 13A 2C 2E
Octal 250 102 220 0 75 16 42 472 54 56
Binary 10101000 1000010 10010000 0 111101 1110 100010 100111010 101100 101110

Color Harmonies of #A84290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84290

Black with #A84290

Text Example


Text Example

White with #A84290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84290; }

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

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

background-color css

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

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

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

border-color css

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

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

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