Html Css Color HEX #A71D88 Medium Red Violet

📋 copy color: '#A71D88'

red 167 ◦ green 29 ◦ blue 136

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

Shades of Medium Red Violet #A71D88

Tints of Medium Red Violet #A71D88

RGB

 RED value IS 167 (65.63% from 255) = 50.3%

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

 BLUE value IS 136 (53.52% from 255) = 40.96%

R = 50.3%
G = 8.73%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A71D88 (or 0xA71D88) is known color: Medium Red Violet. HEX triplet: A7, 1D and 88. RGB value is (167,29,136). Sum of RGB (Red+Green+Blue) = 167+29+136=332 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.30% from 332); Green value is 29 (11.72% from 255 or 8.73% from 332); Blue value is 136 (53.52% from 255 or 40.96% from 332); Max value from RGB is 167 - color contains mainly: red. Hex color #A71D88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A71D88 is #58E277. Grayscale: #525252. Windows color (decimal): -5825144 or 8920487. OLE color: 8920487.

HSL color Cylindrical-coordinate representation of color #A71D88: hue angle of 313.48º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A71D88 is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 29 136 -
CMYK 0 0.83 0.19 0.35
HSL 313.48º 0.7% 0.38% -
HSV(B) 313.48º 0.83% 0.65% -
XYZ 20.82 10.87 24.29 -
YUV 82.46 158.22 188.3 -
System Red Green Blue C M Y K H S L
Decimal 167 29 136 0 0.83 0.19 0.35 313.48 0.7 0.38
Hex A7 1D 88 0 53 13 23 139 46 26
Octal 247 35 210 0 123 23 43 471 106 46
Binary 10100111 11101 10001000 0 1010011 10011 100011 100111001 1000110 100110

Color Harmonies of #A71D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71D88

Black with #A71D88

Text Example


Text Example

White with #A71D88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71D88; }

 p { color: rgb(167,29,136); }

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

background-color css

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

 a { background-color: rgb(167,29,136); }

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

border-color css

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

 span { border-color: rgb(167,29,136); }

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