Html Css Color HEX #A91483 Medium Violet Red

📋 copy color: '#A91483'

red 169 ◦ green 20 ◦ blue 131

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

Shades of Medium Violet Red #A91483

Tints of Medium Violet Red #A91483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 40.94%

R = 52.81%
G = 6.25%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.22

 K value IS 0.34

RGB Variations

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

Color information

#A91483 (or 0xA91483) is known color: Medium Violet Red. HEX triplet: A9, 14 and 83. RGB value is (169,20,131). Sum of RGB (Red+Green+Blue) = 169+20+131=320 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.81% from 320); Green value is 20 (8.20% from 255 or 6.25% from 320); Blue value is 131 (51.56% from 255 or 40.94% from 320); Max value from RGB is 169 - color contains mainly: red. Hex color #A91483 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A91483 is #56EB7C. Grayscale: #4C4C4C. Windows color (decimal): -5696381 or 8590505. OLE color: 8590505.

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

Color convert

RGB 169 20 131 -
CMYK 0 0.88 0.22 0.34
HSL 315.3º 0.79% 0.37% -
HSV(B) 315.3º 0.88% 0.66% -
XYZ 20.71 10.57 22.42 -
YUV 77.21 158.36 193.47 -
System Red Green Blue C M Y K H S L
Decimal 169 20 131 0 0.88 0.22 0.34 315.3 0.79 0.37
Hex A9 14 83 0 58 16 22 13B 4F 25
Octal 251 24 203 0 130 26 42 473 117 45
Binary 10101001 10100 10000011 0 1011000 10110 100010 100111011 1001111 100101

Color Harmonies of #A91483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91483

Black with #A91483

Text Example


Text Example

White with #A91483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91483; }

 p { color: rgb(169,20,131); }

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

background-color css

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

 a { background-color: rgb(169,20,131); }

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

border-color css

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

 span { border-color: rgb(169,20,131); }

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