#A93E83

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

Shades of Medium Red Violet #A93E83

Tints of Medium Red Violet #A93E83

Color information

#A93E83 (or 0xA93E83) is unknown color: approx Medium Red Violet. HEX triplet: A9, 3E and 83. RGB value is (169,62,131). Sum of RGB (Red+Green+Blue) = 169+62+131=362 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.69% from 362); Green value is 62 (24.61% from 255 or 17.13% from 362); Blue value is 131 (51.56% from 255 or 36.19% from 362); Max value from RGB is 169 - color contains mainly: red. Hex color #A93E83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93E83 is #56C17C. Grayscale: #656565. Windows color (decimal): -5685629 or 8601257. OLE color: 8601257.

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

Color convert

RGB16962131-
CMYK00.630.220.34
HSL321.31º46.32%45.29%-
HSV(B)321.31º63.31%66.27%-
XYZ22.1813.5222.91-
YUV101.86144.45175.89-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.69%
GREEN value IS 62 (24.61% from 255) = 17.13%
BLUE value IS 131 (51.56% from 255) = 36.19%
R=46.69%
G=17.13%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696213100.630.220.34321.3146.3245.29
HexA93E8303F16221412e2d
Octal2517620307726425015655
Binary1010100111111010000011011111110110100010101000001101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93E83; }

 p { color: rgb(169,62,131); }

 H1.HeaderClassName
 {
   color: #A93E83;
 }
 .AnyTagClassName
 {
   color: #A93E83;
 }
</style>
background-color css

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

 a { background-color: rgb(169,62,131); }

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

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

 span { border-color: rgb(169,62,131); }

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