Html Css Color HEX #A9418B Medium Red Violet

📋 copy color: '#A9418B'

red 169 ◦ green 65 ◦ blue 139

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

Shades of Medium Red Violet #A9418B

Tints of Medium Red Violet #A9418B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.43%

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

R = 45.31%
G = 17.43%
B = 37.27%

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

#A9418B (or 0xA9418B) is known color: Medium Red Violet. HEX triplet: A9, 41 and 8B. RGB value is (169,65,139). Sum of RGB (Red+Green+Blue) = 169+65+139=373 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.31% from 373); Green value is 65 (25.78% from 255 or 17.43% from 373); Blue value is 139 (54.69% from 255 or 37.27% from 373); Max value from RGB is 169 - color contains mainly: red. Hex color #A9418B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9418B is #56BE74. Grayscale: #686868. Windows color (decimal): -5684853 or 9126313. OLE color: 9126313.

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

Color convert

RGB 169 65 139 -
CMYK 0 0.62 0.18 0.34
HSL 317.31º 0.44% 0.46% -
HSV(B) 317.31º 0.62% 0.66% -
XYZ 22.91 14.08 25.94 -
YUV 104.53 147.46 173.98 -
System Red Green Blue C M Y K H S L
Decimal 169 65 139 0 0.62 0.18 0.34 317.31 0.44 0.46
Hex A9 41 8B 0 3E 12 22 13D 2C 2E
Octal 251 101 213 0 76 22 42 475 54 56
Binary 10101001 1000001 10001011 0 111110 10010 100010 100111101 101100 101110

Color Harmonies of #A9418B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9418B

Black with #A9418B

Text Example


Text Example

White with #A9418B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9418B; }

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

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

background-color css

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

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

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

border-color css

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

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

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