Html Css Color HEX #A71485 Medium Violet Red

📋 copy color: '#A71485'

red 167 ◦ green 20 ◦ blue 133

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

Shades of Medium Violet Red #A71485

Tints of Medium Violet Red #A71485

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.25%

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

R = 52.19%
G = 6.25%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A71485 (or 0xA71485) is known color: Medium Violet Red. HEX triplet: A7, 14 and 85. RGB value is (167,20,133). Sum of RGB (Red+Green+Blue) = 167+20+133=320 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.19% from 320); Green value is 20 (8.20% from 255 or 6.25% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 167 - color contains mainly: red. Hex color #A71485 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A71485 is #58EB7A. Grayscale: #4C4C4C. Windows color (decimal): -5827451 or 8721575. OLE color: 8721575.

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

Color convert

RGB 167 20 133 -
CMYK 0 0.88 0.20 0.35
HSL 313.88º 0.79% 0.37% -
HSV(B) 313.88º 0.88% 0.65% -
XYZ 20.42 10.41 23.12 -
YUV 76.84 159.7 192.31 -
System Red Green Blue C M Y K H S L
Decimal 167 20 133 0 0.88 0.20 0.35 313.88 0.79 0.37
Hex A7 14 85 0 58 14 23 13A 4F 25
Octal 247 24 205 0 130 24 43 472 117 45
Binary 10100111 10100 10000101 0 1011000 10100 100011 100111010 1001111 100101

Color Harmonies of #A71485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71485

Black with #A71485

Text Example


Text Example

White with #A71485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71485; }

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

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

background-color css

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

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

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

border-color css

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

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

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