Html Css Color HEX #A91280 Medium Violet Red

📋 copy color: '#A91280'

red 169 ◦ green 18 ◦ blue 128

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

Shades of Medium Violet Red #A91280

Tints of Medium Violet Red #A91280

RGB

 RED value IS 169 (66.41% from 255) = 53.65%

 GREEN value IS 18 (7.42% from 255) = 5.71%

 BLUE value IS 128 (50.39% from 255) = 40.63%

R = 53.65%
G = 5.71%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#A91280 (or 0xA91280) is known color: Medium Violet Red. HEX triplet: A9, 12 and 80. RGB value is (169,18,128). Sum of RGB (Red+Green+Blue) = 169+18+128=315 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.65% from 315); Green value is 18 (7.42% from 255 or 5.71% from 315); Blue value is 128 (50.39% from 255 or 40.63% from 315); Max value from RGB is 169 - color contains mainly: red. Hex color #A91280 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A91280 is #56ED7F. Grayscale: #4B4B4B. Windows color (decimal): -5696896 or 8393385. OLE color: 8393385.

HSL color Cylindrical-coordinate representation of color #A91280: hue angle of 316.29º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A91280 is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 18 128 -
CMYK 0 0.89 0.24 0.34
HSL 316.29º 0.81% 0.37% -
HSV(B) 316.29º 0.89% 0.66% -
XYZ 20.47 10.43 21.36 -
YUV 75.69 157.53 194.56 -
System Red Green Blue C M Y K H S L
Decimal 169 18 128 0 0.89 0.24 0.34 316.29 0.81 0.37
Hex A9 12 80 0 59 18 22 13C 51 25
Octal 251 22 200 0 131 30 42 474 121 45
Binary 10101001 10010 10000000 0 1011001 11000 100010 100111100 1010001 100101

Color Harmonies of #A91280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91280

Black with #A91280

Text Example


Text Example

White with #A91280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91280; }

 p { color: rgb(169,18,128); }

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

background-color css

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

 a { background-color: rgb(169,18,128); }

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

border-color css

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

 span { border-color: rgb(169,18,128); }

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