Html Css Color HEX #A9428D Medium Red Violet

📋 copy color: '#A9428D'

red 169 ◦ green 66 ◦ blue 141

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

Shades of Medium Red Violet #A9428D

Tints of Medium Red Violet #A9428D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.55%

 BLUE value IS 141 (55.47% from 255) = 37.5%

R = 44.95%
G = 17.55%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#A9428D (or 0xA9428D) is known color: Medium Red Violet. HEX triplet: A9, 42 and 8D. RGB value is (169,66,141). Sum of RGB (Red+Green+Blue) = 169+66+141=376 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.95% from 376); Green value is 66 (26.17% from 255 or 17.55% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 169 - color contains mainly: red. Hex color #A9428D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9428D is #56BD72. Grayscale: #696969. Windows color (decimal): -5684595 or 9257641. OLE color: 9257641.

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

Color convert

RGB 169 66 141 -
CMYK 0 0.61 0.17 0.34
HSL 316.31º 0.44% 0.46% -
HSV(B) 316.31º 0.61% 0.66% -
XYZ 23.12 14.25 26.73 -
YUV 105.35 148.12 173.4 -
System Red Green Blue C M Y K H S L
Decimal 169 66 141 0 0.61 0.17 0.34 316.31 0.44 0.46
Hex A9 42 8D 0 3D 11 22 13C 2C 2E
Octal 251 102 215 0 75 21 42 474 54 56
Binary 10101001 1000010 10001101 0 111101 10001 100010 100111100 101100 101110

Color Harmonies of #A9428D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9428D

Black with #A9428D

Text Example


Text Example

White with #A9428D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9428D; }

 p { color: rgb(169,66,141); }

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

background-color css

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

 a { background-color: rgb(169,66,141); }

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

border-color css

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

 span { border-color: rgb(169,66,141); }

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