Html Css Color HEX #A84192 Medium Red Violet

📋 copy color: '#A84192'

red 168 ◦ green 65 ◦ blue 146

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

Shades of Medium Red Violet #A84192

Tints of Medium Red Violet #A84192

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.15%

 BLUE value IS 146 (57.42% from 255) = 38.52%

R = 44.33%
G = 17.15%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.13

 K value IS 0.34

RGB Variations

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

Color information

#A84192 (or 0xA84192) is known color: Medium Red Violet. HEX triplet: A8, 41 and 92. RGB value is (168,65,146). Sum of RGB (Red+Green+Blue) = 168+65+146=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 65 (25.78% from 255 or 17.15% from 379); Blue value is 146 (57.42% from 255 or 38.52% from 379); Max value from RGB is 168 - color contains mainly: red. Hex color #A84192 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84192 is #57BE6D. Grayscale: #686868. Windows color (decimal): -5750382 or 9585064. OLE color: 9585064.

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

Color convert

RGB 168 65 146 -
CMYK 0 0.61 0.13 0.34
HSL 312.82º 0.44% 0.46% -
HSV(B) 312.82º 0.61% 0.66% -
XYZ 23.23 14.18 28.71 -
YUV 105.03 151.12 172.91 -
System Red Green Blue C M Y K H S L
Decimal 168 65 146 0 0.61 0.13 0.34 312.82 0.44 0.46
Hex A8 41 92 0 3D D 22 139 2C 2E
Octal 250 101 222 0 75 15 42 471 54 56
Binary 10101000 1000001 10010010 0 111101 1101 100010 100111001 101100 101110

Color Harmonies of #A84192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84192

Black with #A84192

Text Example


Text Example

White with #A84192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84192; }

 p { color: rgb(168,65,146); }

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

background-color css

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

 a { background-color: rgb(168,65,146); }

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

border-color css

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

 span { border-color: rgb(168,65,146); }

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