Html Css Color HEX #A9357D Medium Red Violet

📋 copy color: '#A9357D'

red 169 ◦ green 53 ◦ blue 125

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

Shades of Medium Red Violet #A9357D

Tints of Medium Red Violet #A9357D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.27%

 BLUE value IS 125 (49.22% from 255) = 36.02%

R = 48.7%
G = 15.27%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A9357D (or 0xA9357D) is known color: Medium Red Violet. HEX triplet: A9, 35 and 7D. RGB value is (169,53,125). Sum of RGB (Red+Green+Blue) = 169+53+125=347 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.70% from 347); Green value is 53 (21.09% from 255 or 15.27% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 169 - color contains mainly: red. Hex color #A9357D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9357D is #56CA82. Grayscale: #5F5F5F. Windows color (decimal): -5687939 or 8205737. OLE color: 8205737.

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

Color convert

RGB 169 53 125 -
CMYK 0 0.69 0.26 0.34
HSL 322.76º 0.52% 0.44% -
HSV(B) 322.76º 0.69% 0.66% -
XYZ 21.34 12.46 20.68 -
YUV 95.89 144.43 180.15 -
System Red Green Blue C M Y K H S L
Decimal 169 53 125 0 0.69 0.26 0.34 322.76 0.52 0.44
Hex A9 35 7D 0 45 1A 22 143 34 2C
Octal 251 65 175 0 105 32 42 503 64 54
Binary 10101001 110101 1111101 0 1000101 11010 100010 101000011 110100 101100

Color Harmonies of #A9357D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9357D

Black with #A9357D

Text Example


Text Example

White with #A9357D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9357D; }

 p { color: rgb(169,53,125); }

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

background-color css

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

 a { background-color: rgb(169,53,125); }

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

border-color css

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

 span { border-color: rgb(169,53,125); }

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