Html Css Color HEX #A71682 Medium Violet Red

📋 copy color: '#A71682'

red 167 ◦ green 22 ◦ blue 130

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

Shades of Medium Violet Red #A71682

Tints of Medium Violet Red #A71682

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.9%

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

R = 52.35%
G = 6.9%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A71682 (or 0xA71682) is known color: Medium Violet Red. HEX triplet: A7, 16 and 82. RGB value is (167,22,130). Sum of RGB (Red+Green+Blue) = 167+22+130=319 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.35% from 319); Green value is 22 (8.98% from 255 or 6.90% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 167 - color contains mainly: red. Hex color #A71682 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A71682 is #58E97D. Grayscale: #4D4D4D. Windows color (decimal): -5826942 or 8525479. OLE color: 8525479.

HSL color Cylindrical-coordinate representation of color #A71682: hue angle of 315.31º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A71682 is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 22 130 -
CMYK 0 0.87 0.22 0.35
HSL 315.31º 0.77% 0.37% -
HSV(B) 315.31º 0.87% 0.65% -
XYZ 20.25 10.4 22.06 -
YUV 77.67 157.54 191.72 -
System Red Green Blue C M Y K H S L
Decimal 167 22 130 0 0.87 0.22 0.35 315.31 0.77 0.37
Hex A7 16 82 0 57 16 23 13B 4D 25
Octal 247 26 202 0 127 26 43 473 115 45
Binary 10100111 10110 10000010 0 1010111 10110 100011 100111011 1001101 100101

Color Harmonies of #A71682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71682

Black with #A71682

Text Example


Text Example

White with #A71682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71682; }

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

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

background-color css

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

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

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

border-color css

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

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

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