Html Css Color HEX #A81C7D Medium Red Violet

📋 copy color: '#A81C7D'

red 168 ◦ green 28 ◦ blue 125

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

Shades of Medium Red Violet #A81C7D

Tints of Medium Red Violet #A81C7D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.72%

 BLUE value IS 125 (49.22% from 255) = 38.94%

R = 52.34%
G = 8.72%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A81C7D (or 0xA81C7D) is known color: Medium Red Violet. HEX triplet: A8, 1C and 7D. RGB value is (168,28,125). Sum of RGB (Red+Green+Blue) = 168+28+125=321 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.34% from 321); Green value is 28 (11.33% from 255 or 8.72% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 168 - color contains mainly: red. Hex color #A81C7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A81C7D is #57E382. Grayscale: #505050. Windows color (decimal): -5759875 or 8199336. OLE color: 8199336.

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

Color convert

RGB 168 28 125 -
CMYK 0 0.83 0.26 0.34
HSL 318.43º 0.71% 0.38% -
HSV(B) 318.43º 0.83% 0.66% -
XYZ 20.27 10.64 20.39 -
YUV 80.92 152.88 190.11 -
System Red Green Blue C M Y K H S L
Decimal 168 28 125 0 0.83 0.26 0.34 318.43 0.71 0.38
Hex A8 1C 7D 0 53 1A 22 13E 47 26
Octal 250 34 175 0 123 32 42 476 107 46
Binary 10101000 11100 1111101 0 1010011 11010 100010 100111110 1000111 100110

Color Harmonies of #A81C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81C7D

Black with #A81C7D

Text Example


Text Example

White with #A81C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81C7D; }

 p { color: rgb(168,28,125); }

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

background-color css

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

 a { background-color: rgb(168,28,125); }

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

border-color css

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

 span { border-color: rgb(168,28,125); }

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