Html Css Color HEX #A81A7D Medium Violet Red

📋 copy color: '#A81A7D'

red 168 ◦ green 26 ◦ blue 125

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

Shades of Medium Violet Red #A81A7D

Tints of Medium Violet Red #A81A7D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.15%

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

R = 52.66%
G = 8.15%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A81A7D (or 0xA81A7D) is known color: Medium Violet Red. HEX triplet: A8, 1A and 7D. RGB value is (168,26,125). Sum of RGB (Red+Green+Blue) = 168+26+125=319 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.66% from 319); Green value is 26 (10.55% from 255 or 8.15% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 168 - color contains mainly: red. Hex color #A81A7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A81A7D is #57E582. Grayscale: #4F4F4F. Windows color (decimal): -5760387 or 8198824. OLE color: 8198824.

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

Color convert

RGB 168 26 125 -
CMYK 0 0.85 0.26 0.34
HSL 318.17º 0.73% 0.38% -
HSV(B) 318.17º 0.85% 0.66% -
XYZ 20.22 10.54 20.37 -
YUV 79.74 153.54 190.95 -
System Red Green Blue C M Y K H S L
Decimal 168 26 125 0 0.85 0.26 0.34 318.17 0.73 0.38
Hex A8 1A 7D 0 55 1A 22 13E 49 26
Octal 250 32 175 0 125 32 42 476 111 46
Binary 10101000 11010 1111101 0 1010101 11010 100010 100111110 1001001 100110

Color Harmonies of #A81A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81A7D

Black with #A81A7D

Text Example


Text Example

White with #A81A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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