Html Css Color HEX #A84392 Medium Red Violet

📋 copy color: '#A84392'

red 168 ◦ green 67 ◦ blue 146

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

Shades of Medium Red Violet #A84392

Tints of Medium Red Violet #A84392

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.59%

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

R = 44.09%
G = 17.59%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.13

 K value IS 0.34

RGB Variations

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

Color information

#A84392 (or 0xA84392) is known color: Medium Red Violet. HEX triplet: A8, 43 and 92. RGB value is (168,67,146). Sum of RGB (Red+Green+Blue) = 168+67+146=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 67 (26.56% from 255 or 17.59% from 381); Blue value is 146 (57.42% from 255 or 38.32% from 381); Max value from RGB is 168 - color contains mainly: red. Hex color #A84392 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84392 is #57BC6D. Grayscale: #696969. Windows color (decimal): -5749870 or 9585576. OLE color: 9585576.

HSL color Cylindrical-coordinate representation of color #A84392: hue angle of 313.07º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A84392 is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 67 146 -
CMYK 0 0.60 0.13 0.34
HSL 313.07º 0.43% 0.46% -
HSV(B) 313.07º 0.6% 0.66% -
XYZ 23.34 14.41 28.75 -
YUV 106.21 150.46 172.08 -
System Red Green Blue C M Y K H S L
Decimal 168 67 146 0 0.60 0.13 0.34 313.07 0.43 0.46
Hex A8 43 92 0 3C D 22 139 2B 2E
Octal 250 103 222 0 74 15 42 471 53 56
Binary 10101000 1000011 10010010 0 111100 1101 100010 100111001 101011 101110

Color Harmonies of #A84392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84392

Black with #A84392

Text Example


Text Example

White with #A84392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84392; }

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

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

background-color css

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

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

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

border-color css

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

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

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