Html Css Color HEX #A9327A Medium Red Violet

📋 copy color: '#A9327A'

red 169 ◦ green 50 ◦ blue 122

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

Shades of Medium Red Violet #A9327A

Tints of Medium Red Violet #A9327A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.66%

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

R = 49.56%
G = 14.66%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.28

 K value IS 0.34

RGB Variations

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

Color information

#A9327A (or 0xA9327A) is known color: Medium Red Violet. HEX triplet: A9, 32 and 7A. RGB value is (169,50,122). Sum of RGB (Red+Green+Blue) = 169+50+122=341 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.56% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 169 - color contains mainly: red. Hex color #A9327A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9327A is #56CD85. Grayscale: #5D5D5D. Windows color (decimal): -5688710 or 8008361. OLE color: 8008361.

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

Color convert

RGB 169 50 122 -
CMYK 0 0.70 0.28 0.34
HSL 323.7º 0.54% 0.43% -
HSV(B) 323.7º 0.7% 0.66% -
XYZ 21.02 12.12 19.64 -
YUV 93.79 143.92 181.65 -
System Red Green Blue C M Y K H S L
Decimal 169 50 122 0 0.70 0.28 0.34 323.7 0.54 0.43
Hex A9 32 7A 0 46 1C 22 144 36 2B
Octal 251 62 172 0 106 34 42 504 66 53
Binary 10101001 110010 1111010 0 1000110 11100 100010 101000100 110110 101011

Color Harmonies of #A9327A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9327A

Black with #A9327A

Text Example


Text Example

White with #A9327A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9327A; }

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

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

background-color css

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

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

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

border-color css

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

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

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