Html Css Color HEX #A81481 Medium Violet Red

📋 copy color: '#A81481'

red 168 ◦ green 20 ◦ blue 129

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

Shades of Medium Violet Red #A81481

Tints of Medium Violet Red #A81481

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.31%

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

R = 53%
G = 6.31%
B = 40.69%

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

#A81481 (or 0xA81481) is known color: Medium Violet Red. HEX triplet: A8, 14 and 81. RGB value is (168,20,129). Sum of RGB (Red+Green+Blue) = 168+20+129=317 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.00% from 317); Green value is 20 (8.20% from 255 or 6.31% from 317); Blue value is 129 (50.78% from 255 or 40.69% from 317); Max value from RGB is 168 - color contains mainly: red. Hex color #A81481 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A81481 is #57EB7E. Grayscale: #4C4C4C. Windows color (decimal): -5761919 or 8459432. OLE color: 8459432.

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

Color convert

RGB 168 20 129 -
CMYK 0 0.88 0.23 0.34
HSL 315.81º 0.79% 0.37% -
HSV(B) 315.81º 0.88% 0.66% -
XYZ 20.36 10.41 21.71 -
YUV 76.68 157.53 193.14 -
System Red Green Blue C M Y K H S L
Decimal 168 20 129 0 0.88 0.23 0.34 315.81 0.79 0.37
Hex A8 14 81 0 58 17 22 13C 4F 25
Octal 250 24 201 0 130 27 42 474 117 45
Binary 10101000 10100 10000001 0 1011000 10111 100010 100111100 1001111 100101

Color Harmonies of #A81481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81481

Black with #A81481

Text Example


Text Example

White with #A81481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81481; }

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

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

background-color css

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

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

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

border-color css

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

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

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