Html Css Color HEX #A71082 Medium Violet Red

📋 copy color: '#A71082'

red 167 ◦ green 16 ◦ blue 130

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

Shades of Medium Violet Red #A71082

Tints of Medium Violet Red #A71082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 41.53%

R = 53.35%
G = 5.11%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A71082 (or 0xA71082) is known color: Medium Violet Red. HEX triplet: A7, 10 and 82. RGB value is (167,16,130). Sum of RGB (Red+Green+Blue) = 167+16+130=313 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.35% from 313); Green value is 16 (6.64% from 255 or 5.11% from 313); Blue value is 130 (51.17% from 255 or 41.53% from 313); Max value from RGB is 167 - color contains mainly: red. Hex color #A71082 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A71082 is #58EF7D. Grayscale: #494949. Windows color (decimal): -5828478 or 8523943. OLE color: 8523943.

HSL color Cylindrical-coordinate representation of color #A71082: hue angle of 314.7º 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 #A71082 is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 16 130 -
CMYK 0 0.90 0.22 0.35
HSL 314.7º 0.83% 0.36% -
HSV(B) 314.7º 0.9% 0.65% -
XYZ 20.15 10.2 22.03 -
YUV 74.15 159.53 194.23 -
System Red Green Blue C M Y K H S L
Decimal 167 16 130 0 0.90 0.22 0.35 314.7 0.83 0.36
Hex A7 10 82 0 5A 16 23 13B 53 24
Octal 247 20 202 0 132 26 43 473 123 44
Binary 10100111 10000 10000010 0 1011010 10110 100011 100111011 1010011 100100

Color Harmonies of #A71082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71082

Black with #A71082

Text Example


Text Example

White with #A71082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71082; }

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

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

background-color css

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

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

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

border-color css

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

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

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