Html Css Color HEX #A71685 Medium Violet Red

📋 copy color: '#A71685'

red 167 ◦ green 22 ◦ blue 133

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

Shades of Medium Violet Red #A71685

Tints of Medium Violet Red #A71685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 41.3%

R = 51.86%
G = 6.83%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A71685 (or 0xA71685) is known color: Medium Violet Red. HEX triplet: A7, 16 and 85. RGB value is (167,22,133). Sum of RGB (Red+Green+Blue) = 167+22+133=322 (42% of max value = 765). Red value is 167 (65.62% from 255 or 51.86% from 322); Green value is 22 (8.98% from 255 or 6.83% from 322); Blue value is 133 (52.34% from 255 or 41.30% from 322); Max value from RGB is 167 - color contains mainly: red. Hex color #A71685 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A71685 is #58E97A. Grayscale: #4D4D4D. Windows color (decimal): -5826939 or 8722087. OLE color: 8722087.

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

Color convert

RGB 167 22 133 -
CMYK 0 0.87 0.20 0.35
HSL 314.07º 0.77% 0.37% -
HSV(B) 314.07º 0.87% 0.65% -
XYZ 20.46 10.48 23.14 -
YUV 78.01 159.04 191.47 -
System Red Green Blue C M Y K H S L
Decimal 167 22 133 0 0.87 0.20 0.35 314.07 0.77 0.37
Hex A7 16 85 0 57 14 23 13A 4D 25
Octal 247 26 205 0 127 24 43 472 115 45
Binary 10100111 10110 10000101 0 1010111 10100 100011 100111010 1001101 100101

Color Harmonies of #A71685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71685

Black with #A71685

Text Example


Text Example

White with #A71685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71685; }

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

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

background-color css

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

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

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

border-color css

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

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

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