Html Css Color HEX #A9337E Medium Red Violet

📋 copy color: '#A9337E'

red 169 ◦ green 51 ◦ blue 126

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

Shades of Medium Red Violet #A9337E

Tints of Medium Red Violet #A9337E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.74%

 BLUE value IS 126 (49.61% from 255) = 36.42%

R = 48.84%
G = 14.74%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.25

 K value IS 0.34

RGB Variations

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

Color information

#A9337E (or 0xA9337E) is known color: Medium Red Violet. HEX triplet: A9, 33 and 7E. RGB value is (169,51,126). Sum of RGB (Red+Green+Blue) = 169+51+126=346 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.84% from 346); Green value is 51 (20.31% from 255 or 14.74% from 346); Blue value is 126 (49.61% from 255 or 36.42% from 346); Max value from RGB is 169 - color contains mainly: red. Hex color #A9337E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9337E is #56CC81. Grayscale: #5E5E5E. Windows color (decimal): -5688450 or 8270761. OLE color: 8270761.

HSL color Cylindrical-coordinate representation of color #A9337E: hue angle of 321.86º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A9337E is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 51 126 -
CMYK 0 0.70 0.25 0.34
HSL 321.86º 0.54% 0.43% -
HSV(B) 321.86º 0.7% 0.66% -
XYZ 21.31 12.31 20.99 -
YUV 94.83 145.59 180.9 -
System Red Green Blue C M Y K H S L
Decimal 169 51 126 0 0.70 0.25 0.34 321.86 0.54 0.43
Hex A9 33 7E 0 46 19 22 142 36 2B
Octal 251 63 176 0 106 31 42 502 66 53
Binary 10101001 110011 1111110 0 1000110 11001 100010 101000010 110110 101011

Color Harmonies of #A9337E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9337E

Black with #A9337E

Text Example


Text Example

White with #A9337E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9337E; }

 p { color: rgb(169,51,126); }

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

background-color css

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

 a { background-color: rgb(169,51,126); }

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

border-color css

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

 span { border-color: rgb(169,51,126); }

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