Html Css Color HEX #A93080 Medium Red Violet

📋 copy color: '#A93080'

red 169 ◦ green 48 ◦ blue 128

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

Shades of Medium Red Violet #A93080

Tints of Medium Red Violet #A93080

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.91%

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

R = 48.99%
G = 13.91%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#A93080 (or 0xA93080) is known color: Medium Red Violet. HEX triplet: A9, 30 and 80. RGB value is (169,48,128). Sum of RGB (Red+Green+Blue) = 169+48+128=345 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.99% from 345); Green value is 48 (19.14% from 255 or 13.91% from 345); Blue value is 128 (50.39% from 255 or 37.10% from 345); Max value from RGB is 169 - color contains mainly: red. Hex color #A93080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93080 is #56CF7F. Grayscale: #5D5D5D. Windows color (decimal): -5689216 or 8401065. OLE color: 8401065.

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

Color convert

RGB 169 48 128 -
CMYK 0 0.72 0.24 0.34
HSL 320.33º 0.56% 0.43% -
HSV(B) 320.33º 0.72% 0.66% -
XYZ 21.32 12.11 21.64 -
YUV 93.3 147.59 182 -
System Red Green Blue C M Y K H S L
Decimal 169 48 128 0 0.72 0.24 0.34 320.33 0.56 0.43
Hex A9 30 80 0 48 18 22 140 38 2B
Octal 251 60 200 0 110 30 42 500 70 53
Binary 10101001 110000 10000000 0 1001000 11000 100010 101000000 111000 101011

Color Harmonies of #A93080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93080

Black with #A93080

Text Example


Text Example

White with #A93080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93080; }

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

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

background-color css

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

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

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

border-color css

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

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

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