Html Css Color HEX #A81D7A Medium Red Violet

📋 copy color: '#A81D7A'

red 168 ◦ green 29 ◦ blue 122

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

Shades of Medium Red Violet #A81D7A

Tints of Medium Red Violet #A81D7A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.09%

 BLUE value IS 122 (48.05% from 255) = 38.24%

R = 52.66%
G = 9.09%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#A81D7A (or 0xA81D7A) is known color: Medium Red Violet. HEX triplet: A8, 1D and 7A. RGB value is (168,29,122). Sum of RGB (Red+Green+Blue) = 168+29+122=319 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.66% from 319); Green value is 29 (11.72% from 255 or 9.09% from 319); Blue value is 122 (48.05% from 255 or 38.24% from 319); Max value from RGB is 168 - color contains mainly: red. Hex color #A81D7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A81D7A is #57E285. Grayscale: #505050. Windows color (decimal): -5759622 or 8002984. OLE color: 8002984.

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

Color convert

RGB 168 29 122 -
CMYK 0 0.83 0.27 0.34
HSL 319.86º 0.71% 0.39% -
HSV(B) 319.86º 0.83% 0.66% -
XYZ 20.1 10.61 19.4 -
YUV 81.16 151.05 189.94 -
System Red Green Blue C M Y K H S L
Decimal 168 29 122 0 0.83 0.27 0.34 319.86 0.71 0.39
Hex A8 1D 7A 0 53 1B 22 140 47 27
Octal 250 35 172 0 123 33 42 500 107 47
Binary 10101000 11101 1111010 0 1010011 11011 100010 101000000 1000111 100111

Color Harmonies of #A81D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81D7A

Black with #A81D7A

Text Example


Text Example

White with #A81D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81D7A; }

 p { color: rgb(168,29,122); }

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

background-color css

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

 a { background-color: rgb(168,29,122); }

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

border-color css

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

 span { border-color: rgb(168,29,122); }

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