Html Css Color HEX #A81281 Medium Violet Red

📋 copy color: '#A81281'

red 168 ◦ green 18 ◦ blue 129

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

Shades of Medium Violet Red #A81281

Tints of Medium Violet Red #A81281

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.71%

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

R = 53.33%
G = 5.71%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.23

 K value IS 0.34

RGB Variations

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

Color information

#A81281 (or 0xA81281) is known color: Medium Violet Red. HEX triplet: A8, 12 and 81. RGB value is (168,18,129). Sum of RGB (Red+Green+Blue) = 168+18+129=315 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.33% from 315); Green value is 18 (7.42% from 255 or 5.71% from 315); Blue value is 129 (50.78% from 255 or 40.95% from 315); Max value from RGB is 168 - color contains mainly: red. Hex color #A81281 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A81281 is #57ED7E. Grayscale: #4B4B4B. Windows color (decimal): -5762431 or 8458920. OLE color: 8458920.

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

Color convert

RGB 168 18 129 -
CMYK 0 0.89 0.23 0.34
HSL 315.6º 0.81% 0.36% -
HSV(B) 315.6º 0.89% 0.66% -
XYZ 20.33 10.34 21.69 -
YUV 75.5 158.2 193.97 -
System Red Green Blue C M Y K H S L
Decimal 168 18 129 0 0.89 0.23 0.34 315.6 0.81 0.36
Hex A8 12 81 0 59 17 22 13C 51 24
Octal 250 22 201 0 131 27 42 474 121 44
Binary 10101000 10010 10000001 0 1011001 10111 100010 100111100 1010001 100100

Color Harmonies of #A81281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81281

Black with #A81281

Text Example


Text Example

White with #A81281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81281; }

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

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

background-color css

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

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

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

border-color css

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

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

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