Html Css Color HEX #A81181 Medium Violet Red

📋 copy color: '#A81181'

red 168 ◦ green 17 ◦ blue 129

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

Shades of Medium Violet Red #A81181

Tints of Medium Violet Red #A81181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 41.08%

R = 53.5%
G = 5.41%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.34

RGB Variations

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

Color information

#A81181 (or 0xA81181) is known color: Medium Violet Red. HEX triplet: A8, 11 and 81. RGB value is (168,17,129). Sum of RGB (Red+Green+Blue) = 168+17+129=314 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.50% from 314); Green value is 17 (7.03% from 255 or 5.41% from 314); Blue value is 129 (50.78% from 255 or 41.08% from 314); Max value from RGB is 168 - color contains mainly: red. Hex color #A81181 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A81181 is #57EE7E. Grayscale: #4A4A4A. Windows color (decimal): -5762687 or 8458664. OLE color: 8458664.

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

Color convert

RGB 168 17 129 -
CMYK 0 0.90 0.23 0.34
HSL 315.5º 0.82% 0.36% -
HSV(B) 315.5º 0.9% 0.66% -
XYZ 20.31 10.31 21.69 -
YUV 74.92 158.53 194.39 -
System Red Green Blue C M Y K H S L
Decimal 168 17 129 0 0.90 0.23 0.34 315.5 0.82 0.36
Hex A8 11 81 0 5A 17 22 13B 52 24
Octal 250 21 201 0 132 27 42 473 122 44
Binary 10101000 10001 10000001 0 1011010 10111 100010 100111011 1010010 100100

Color Harmonies of #A81181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81181

Black with #A81181

Text Example


Text Example

White with #A81181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81181; }

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

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

background-color css

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

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

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

border-color css

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

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

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