Html Css Color HEX #A9408A Medium Red Violet

📋 copy color: '#A9408A'

red 169 ◦ green 64 ◦ blue 138

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

Shades of Medium Red Violet #A9408A

Tints of Medium Red Violet #A9408A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.25%

 BLUE value IS 138 (54.3% from 255) = 37.2%

R = 45.55%
G = 17.25%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.18

 K value IS 0.34

RGB Variations

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

Color information

#A9408A (or 0xA9408A) is known color: Medium Red Violet. HEX triplet: A9, 40 and 8A. RGB value is (169,64,138). Sum of RGB (Red+Green+Blue) = 169+64+138=371 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.55% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 169 - color contains mainly: red. Hex color #A9408A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9408A is #56BF75. Grayscale: #676767. Windows color (decimal): -5685110 or 9060521. OLE color: 9060521.

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

Color convert

RGB 169 64 138 -
CMYK 0 0.62 0.18 0.34
HSL 317.71º 0.45% 0.46% -
HSV(B) 317.71º 0.62% 0.66% -
XYZ 22.78 13.94 25.53 -
YUV 103.83 147.29 174.48 -
System Red Green Blue C M Y K H S L
Decimal 169 64 138 0 0.62 0.18 0.34 317.71 0.45 0.46
Hex A9 40 8A 0 3E 12 22 13E 2D 2E
Octal 251 100 212 0 76 22 42 476 55 56
Binary 10101001 1000000 10001010 0 111110 10010 100010 100111110 101101 101110

Color Harmonies of #A9408A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9408A

Black with #A9408A

Text Example


Text Example

White with #A9408A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9408A; }

 p { color: rgb(169,64,138); }

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

background-color css

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

 a { background-color: rgb(169,64,138); }

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

border-color css

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

 span { border-color: rgb(169,64,138); }

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