Html Css Color HEX #A81581 Medium Violet Red

📋 copy color: '#A81581'

red 168 ◦ green 21 ◦ blue 129

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

Shades of Medium Violet Red #A81581

Tints of Medium Violet Red #A81581

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.6%

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

R = 52.83%
G = 6.6%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.34

RGB Variations

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

Color information

#A81581 (or 0xA81581) is known color: Medium Violet Red. HEX triplet: A8, 15 and 81. RGB value is (168,21,129). Sum of RGB (Red+Green+Blue) = 168+21+129=318 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.83% from 318); Green value is 21 (8.59% from 255 or 6.60% from 318); Blue value is 129 (50.78% from 255 or 40.57% from 318); Max value from RGB is 168 - color contains mainly: red. Hex color #A81581 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A81581 is #57EA7E. Grayscale: #4C4C4C. Windows color (decimal): -5761663 or 8459688. OLE color: 8459688.

HSL color Cylindrical-coordinate representation of color #A81581: hue angle of 315.92º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A81581 is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 21 129 -
CMYK 0 0.88 0.23 0.34
HSL 315.92º 0.78% 0.37% -
HSV(B) 315.92º 0.88% 0.66% -
XYZ 20.38 10.45 21.71 -
YUV 77.27 157.2 192.72 -
System Red Green Blue C M Y K H S L
Decimal 168 21 129 0 0.88 0.23 0.34 315.92 0.78 0.37
Hex A8 15 81 0 58 17 22 13C 4E 25
Octal 250 25 201 0 130 27 42 474 116 45
Binary 10101000 10101 10000001 0 1011000 10111 100010 100111100 1001110 100101

Color Harmonies of #A81581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81581

Black with #A81581

Text Example


Text Example

White with #A81581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81581; }

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

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

background-color css

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

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

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

border-color css

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

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

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