#a9418b

Color #A9418B Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #A9418B

Tints of Medium Red Violet #A9418B

Color information

#A9418B (or 0xA9418B) is unknown color: approx 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

RGB16965139-
CMYK00.620.180.34
HSL317.31º44.44%45.88%-
HSV(B)317.31º61.54%66.27%-
XYZ22.9114.0825.94-
YUV104.53147.46173.98-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696513900.620.180.34317.3144.4445.88
HexA9418B03E122213d2c2e
Octal25110121307622424755456
Binary10101001100000110001011011111010010100010100111101101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a9418b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>