Html Css Color HEX #A93079 Medium Red Violet

📋 copy color: '#A93079'

red 169 ◦ green 48 ◦ blue 121

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

Shades of Medium Red Violet #A93079

Tints of Medium Red Violet #A93079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 35.8%

R = 50%
G = 14.2%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.28

 K value IS 0.34

RGB Variations

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

Color information

#A93079 (or 0xA93079) is known color: Medium Red Violet. HEX triplet: A9, 30 and 79. RGB value is (169,48,121). Sum of RGB (Red+Green+Blue) = 169+48+121=338 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50% from 338); Green value is 48 (19.14% from 255 or 14.20% from 338); Blue value is 121 (47.66% from 255 or 35.80% from 338); Max value from RGB is 169 - color contains mainly: red. Hex color #A93079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93079 is #56CF86. Grayscale: #5C5C5C. Windows color (decimal): -5689223 or 7942313. OLE color: 7942313.

HSL color Cylindrical-coordinate representation of color #A93079: hue angle of 323.8º 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 #A93079 is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 48 121 -
CMYK 0 0.72 0.28 0.34
HSL 323.8º 0.56% 0.43% -
HSV(B) 323.8º 0.72% 0.66% -
XYZ 20.87 11.93 19.29 -
YUV 92.5 144.09 182.56 -
System Red Green Blue C M Y K H S L
Decimal 169 48 121 0 0.72 0.28 0.34 323.8 0.56 0.43
Hex A9 30 79 0 48 1C 22 144 38 2B
Octal 251 60 171 0 110 34 42 504 70 53
Binary 10101001 110000 1111001 0 1001000 11100 100010 101000100 111000 101011

Color Harmonies of #A93079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93079

Black with #A93079

Text Example


Text Example

White with #A93079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93079; }

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

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

background-color css

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

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

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

border-color css

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

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

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