Html Css Color HEX #A84194 Medium Red Violet

📋 copy color: '#A84194'

red 168 ◦ green 65 ◦ blue 148

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

Shades of Medium Red Violet #A84194

Tints of Medium Red Violet #A84194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 38.85%

R = 44.09%
G = 17.06%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.12

 K value IS 0.34

RGB Variations

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

Color information

#A84194 (or 0xA84194) is known color: Medium Red Violet. HEX triplet: A8, 41 and 94. RGB value is (168,65,148). Sum of RGB (Red+Green+Blue) = 168+65+148=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 65 (25.78% from 255 or 17.06% from 381); Blue value is 148 (58.20% from 255 or 38.85% from 381); Max value from RGB is 168 - color contains mainly: red. Hex color #A84194 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84194 is #57BE6B. Grayscale: #696969. Windows color (decimal): -5750380 or 9716136. OLE color: 9716136.

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

Color convert

RGB 168 65 148 -
CMYK 0 0.61 0.12 0.34
HSL 311.65º 0.44% 0.46% -
HSV(B) 311.65º 0.61% 0.66% -
XYZ 23.38 14.24 29.53 -
YUV 105.26 152.12 172.75 -
System Red Green Blue C M Y K H S L
Decimal 168 65 148 0 0.61 0.12 0.34 311.65 0.44 0.46
Hex A8 41 94 0 3D C 22 138 2C 2E
Octal 250 101 224 0 75 14 42 470 54 56
Binary 10101000 1000001 10010100 0 111101 1100 100010 100111000 101100 101110

Color Harmonies of #A84194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84194

Black with #A84194

Text Example


Text Example

White with #A84194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84194; }

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

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

background-color css

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

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

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

border-color css

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

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

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