Html Css Color HEX #A81184 Medium Violet Red

📋 copy color: '#A81184'

red 168 ◦ green 17 ◦ blue 132

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

Shades of Medium Violet Red #A81184

Tints of Medium Violet Red #A81184

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.36%

 BLUE value IS 132 (51.95% from 255) = 41.64%

R = 53%
G = 5.36%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#A81184 (or 0xA81184) is known color: Medium Violet Red. HEX triplet: A8, 11 and 84. RGB value is (168,17,132). Sum of RGB (Red+Green+Blue) = 168+17+132=317 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.00% from 317); Green value is 17 (7.03% from 255 or 5.36% from 317); Blue value is 132 (51.95% from 255 or 41.64% from 317); Max value from RGB is 168 - color contains mainly: red. Hex color #A81184 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A81184 is #57EE7B. Grayscale: #4A4A4A. Windows color (decimal): -5762684 or 8655272. OLE color: 8655272.

HSL color Cylindrical-coordinate representation of color #A81184: hue angle of 314.3º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A81184 is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 17 132 -
CMYK 0 0.90 0.21 0.34
HSL 314.3º 0.82% 0.36% -
HSV(B) 314.3º 0.9% 0.66% -
XYZ 20.51 10.39 22.75 -
YUV 75.26 160.03 194.15 -
System Red Green Blue C M Y K H S L
Decimal 168 17 132 0 0.90 0.21 0.34 314.3 0.82 0.36
Hex A8 11 84 0 5A 15 22 13A 52 24
Octal 250 21 204 0 132 25 42 472 122 44
Binary 10101000 10001 10000100 0 1011010 10101 100010 100111010 1010010 100100

Color Harmonies of #A81184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81184

Black with #A81184

Text Example


Text Example

White with #A81184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81184; }

 p { color: rgb(168,17,132); }

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

background-color css

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

 a { background-color: rgb(168,17,132); }

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

border-color css

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

 span { border-color: rgb(168,17,132); }

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