Html Css Color HEX #A81B7C Medium Red Violet

📋 copy color: '#A81B7C'

red 168 ◦ green 27 ◦ blue 124

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

Shades of Medium Red Violet #A81B7C

Tints of Medium Red Violet #A81B7C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.46%

 BLUE value IS 124 (48.83% from 255) = 38.87%

R = 52.66%
G = 8.46%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A81B7C (or 0xA81B7C) is known color: Medium Red Violet. HEX triplet: A8, 1B and 7C. RGB value is (168,27,124). Sum of RGB (Red+Green+Blue) = 168+27+124=319 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.66% from 319); Green value is 27 (10.94% from 255 or 8.46% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 168 - color contains mainly: red. Hex color #A81B7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A81B7C is #57E483. Grayscale: #4F4F4F. Windows color (decimal): -5760132 or 8133544. OLE color: 8133544.

HSL color Cylindrical-coordinate representation of color #A81B7C: hue angle of 318.72º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A81B7C is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 27 124 -
CMYK 0 0.84 0.26 0.34
HSL 318.72º 0.72% 0.38% -
HSV(B) 318.72º 0.84% 0.66% -
XYZ 20.18 10.56 20.04 -
YUV 80.22 152.71 190.61 -
System Red Green Blue C M Y K H S L
Decimal 168 27 124 0 0.84 0.26 0.34 318.72 0.72 0.38
Hex A8 1B 7C 0 54 1A 22 13F 48 26
Octal 250 33 174 0 124 32 42 477 110 46
Binary 10101000 11011 1111100 0 1010100 11010 100010 100111111 1001000 100110

Color Harmonies of #A81B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81B7C

Black with #A81B7C

Text Example


Text Example

White with #A81B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81B7C; }

 p { color: rgb(168,27,124); }

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

background-color css

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

 a { background-color: rgb(168,27,124); }

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

border-color css

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

 span { border-color: rgb(168,27,124); }

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