#A93E98

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

Shades of Medium Red Violet #A93E98

Tints of Medium Red Violet #A93E98

Color information

#A93E98 (or 0xA93E98) is unknown color: approx Medium Red Violet. HEX triplet: A9, 3E and 98. RGB value is (169,62,152). Sum of RGB (Red+Green+Blue) = 169+62+152=383 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.13% from 383); Green value is 62 (24.61% from 255 or 16.19% from 383); Blue value is 152 (59.77% from 255 or 39.69% from 383); Max value from RGB is 169 - color contains mainly: red. Hex color #A93E98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93E98 is #56C167. Grayscale: #686868. Windows color (decimal): -5685608 or 9977513. OLE color: 9977513.

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

Color convert

RGB16962152-
CMYK00.630.100.34
HSL309.53º46.32%45.29%-
HSV(B)309.53º63.31%66.27%-
XYZ23.7514.1531.18-
YUV104.25154.95174.18-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.13%
GREEN value IS 62 (24.61% from 255) = 16.19%
BLUE value IS 152 (59.77% from 255) = 39.69%
R=44.13%
G=16.19%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.10
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696215200.630.100.34309.5346.3245.29
HexA93E9803FA221362e2d
Octal2517623007712424665655
Binary101010011111101001100001111111010100010100110110101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93E98; }

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

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

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

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

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

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

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

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