Html Css Color HEX #A9357A Medium Red Violet

📋 copy color: '#A9357A'

red 169 ◦ green 53 ◦ blue 122

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

Shades of Medium Red Violet #A9357A

Tints of Medium Red Violet #A9357A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.47%

R = 49.13%
G = 15.41%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.28

 K value IS 0.34

RGB Variations

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

Color information

#A9357A (or 0xA9357A) is known color: Medium Red Violet. HEX triplet: A9, 35 and 7A. RGB value is (169,53,122). Sum of RGB (Red+Green+Blue) = 169+53+122=344 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.13% from 344); Green value is 53 (21.09% from 255 or 15.41% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 169 - color contains mainly: red. Hex color #A9357A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9357A is #56CA85. Grayscale: #5F5F5F. Windows color (decimal): -5687942 or 8009129. OLE color: 8009129.

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

Color convert

RGB 169 53 122 -
CMYK 0 0.69 0.28 0.34
HSL 324.31º 0.52% 0.44% -
HSV(B) 324.31º 0.69% 0.66% -
XYZ 21.15 12.39 19.69 -
YUV 95.55 142.93 180.39 -
System Red Green Blue C M Y K H S L
Decimal 169 53 122 0 0.69 0.28 0.34 324.31 0.52 0.44
Hex A9 35 7A 0 45 1C 22 144 34 2C
Octal 251 65 172 0 105 34 42 504 64 54
Binary 10101001 110101 1111010 0 1000101 11100 100010 101000100 110100 101100

Color Harmonies of #A9357A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9357A

Black with #A9357A

Text Example


Text Example

White with #A9357A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9357A; }

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

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

background-color css

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

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

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

border-color css

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

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

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