Html Css Color HEX #A91083 Medium Violet Red

📋 copy color: '#A91083'

red 169 ◦ green 16 ◦ blue 131

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

Shades of Medium Violet Red #A91083

Tints of Medium Violet Red #A91083

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.06%

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

R = 53.48%
G = 5.06%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.34

RGB Variations

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

Color information

#A91083 (or 0xA91083) is known color: Medium Violet Red. HEX triplet: A9, 10 and 83. RGB value is (169,16,131). Sum of RGB (Red+Green+Blue) = 169+16+131=316 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.48% from 316); Green value is 16 (6.64% from 255 or 5.06% from 316); Blue value is 131 (51.56% from 255 or 41.46% from 316); Max value from RGB is 169 - color contains mainly: red. Hex color #A91083 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A91083 is #56EF7C. Grayscale: #4A4A4A. Windows color (decimal): -5697405 or 8589481. OLE color: 8589481.

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

Color convert

RGB 169 16 131 -
CMYK 0 0.91 0.22 0.34
HSL 314.9º 0.83% 0.36% -
HSV(B) 314.9º 0.91% 0.66% -
XYZ 20.64 10.44 22.4 -
YUV 74.86 159.69 195.15 -
System Red Green Blue C M Y K H S L
Decimal 169 16 131 0 0.91 0.22 0.34 314.9 0.83 0.36
Hex A9 10 83 0 5B 16 22 13B 53 24
Octal 251 20 203 0 133 26 42 473 123 44
Binary 10101001 10000 10000011 0 1011011 10110 100010 100111011 1010011 100100

Color Harmonies of #A91083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91083

Black with #A91083

Text Example


Text Example

White with #A91083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91083; }

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

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

background-color css

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

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

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

border-color css

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

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

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