Html Css Color HEX #A9369D Medium Red Violet

📋 copy color: '#A9369D'

red 169 ◦ green 54 ◦ blue 157

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

Shades of Medium Red Violet #A9369D

Tints of Medium Red Violet #A9369D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.21%

 BLUE value IS 157 (61.72% from 255) = 41.32%

R = 44.47%
G = 14.21%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#A9369D (or 0xA9369D) is known color: Medium Red Violet. HEX triplet: A9, 36 and 9D. RGB value is (169,54,157). Sum of RGB (Red+Green+Blue) = 169+54+157=380 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.47% from 380); Green value is 54 (21.48% from 255 or 14.21% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 169 - color contains mainly: red. Hex color #A9369D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9369D is #56C962. Grayscale: #636363. Windows color (decimal): -5687651 or 10303145. OLE color: 10303145.

HSL color Cylindrical-coordinate representation of color #A9369D: hue angle of 306.26º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A9369D is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 54 157 -
CMYK 0 0.68 0.07 0.34
HSL 306.26º 0.52% 0.44% -
HSV(B) 306.26º 0.68% 0.66% -
XYZ 23.77 13.51 33.25 -
YUV 100.13 160.1 177.12 -
System Red Green Blue C M Y K H S L
Decimal 169 54 157 0 0.68 0.07 0.34 306.26 0.52 0.44
Hex A9 36 9D 0 44 7 22 132 34 2C
Octal 251 66 235 0 104 7 42 462 64 54
Binary 10101001 110110 10011101 0 1000100 111 100010 100110010 110100 101100

Color Harmonies of #A9369D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9369D

Black with #A9369D

Text Example


Text Example

White with #A9369D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9369D; }

 p { color: rgb(169,54,157); }

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

background-color css

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

 a { background-color: rgb(169,54,157); }

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

border-color css

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

 span { border-color: rgb(169,54,157); }

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