Html Css Color HEX #A9428B Medium Red Violet

📋 copy color: '#A9428B'

red 169 ◦ green 66 ◦ blue 139

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

Shades of Medium Red Violet #A9428B

Tints of Medium Red Violet #A9428B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.17%

R = 45.19%
G = 17.65%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.18

 K value IS 0.34

RGB Variations

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

Color information

#A9428B (or 0xA9428B) is known color: Medium Red Violet. HEX triplet: A9, 42 and 8B. RGB value is (169,66,139). Sum of RGB (Red+Green+Blue) = 169+66+139=374 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.19% from 374); Green value is 66 (26.17% from 255 or 17.65% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 169 - color contains mainly: red. Hex color #A9428B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9428B is #56BD74. Grayscale: #686868. Windows color (decimal): -5684597 or 9126569. OLE color: 9126569.

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

Color convert

RGB 169 66 139 -
CMYK 0 0.61 0.18 0.34
HSL 317.48º 0.44% 0.46% -
HSV(B) 317.48º 0.61% 0.66% -
XYZ 22.97 14.2 25.96 -
YUV 105.12 147.12 173.56 -
System Red Green Blue C M Y K H S L
Decimal 169 66 139 0 0.61 0.18 0.34 317.48 0.44 0.46
Hex A9 42 8B 0 3D 12 22 13D 2C 2E
Octal 251 102 213 0 75 22 42 475 54 56
Binary 10101001 1000010 10001011 0 111101 10010 100010 100111101 101100 101110

Color Harmonies of #A9428B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9428B

Black with #A9428B

Text Example


Text Example

White with #A9428B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9428B; }

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

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

background-color css

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

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

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

border-color css

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

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

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