Html Css Color HEX #A71081 Medium Violet Red

📋 copy color: '#A71081'

red 167 ◦ green 16 ◦ blue 129

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

Shades of Medium Violet Red #A71081

Tints of Medium Violet Red #A71081

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.13%

 BLUE value IS 129 (50.78% from 255) = 41.35%

R = 53.53%
G = 5.13%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A71081 (or 0xA71081) is known color: Medium Violet Red. HEX triplet: A7, 10 and 81. RGB value is (167,16,129). Sum of RGB (Red+Green+Blue) = 167+16+129=312 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.53% from 312); Green value is 16 (6.64% from 255 or 5.13% from 312); Blue value is 129 (50.78% from 255 or 41.35% from 312); Max value from RGB is 167 - color contains mainly: red. Hex color #A71081 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A71081 is #58EF7E. Grayscale: #494949. Windows color (decimal): -5828479 or 8458407. OLE color: 8458407.

HSL color Cylindrical-coordinate representation of color #A71081: hue angle of 315.1º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A71081 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 16 129 -
CMYK 0 0.90 0.23 0.35
HSL 315.1º 0.83% 0.36% -
HSV(B) 315.1º 0.9% 0.65% -
XYZ 20.08 10.17 21.67 -
YUV 74.03 159.03 194.31 -
System Red Green Blue C M Y K H S L
Decimal 167 16 129 0 0.90 0.23 0.35 315.1 0.83 0.36
Hex A7 10 81 0 5A 17 23 13B 53 24
Octal 247 20 201 0 132 27 43 473 123 44
Binary 10100111 10000 10000001 0 1011010 10111 100011 100111011 1010011 100100

Color Harmonies of #A71081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71081

Black with #A71081

Text Example


Text Example

White with #A71081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71081; }

 p { color: rgb(167,16,129); }

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

background-color css

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

 a { background-color: rgb(167,16,129); }

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

border-color css

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

 span { border-color: rgb(167,16,129); }

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