#A91C98

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

Shades of Medium Violet Red #A91C98

Tints of Medium Violet Red #A91C98

Color information

#A91C98 (or 0xA91C98) is unknown color: approx Medium Violet Red. HEX triplet: A9, 1C and 98. RGB value is (169,28,152). Sum of RGB (Red+Green+Blue) = 169+28+152=349 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.42% from 349); Green value is 28 (11.33% from 255 or 8.02% from 349); Blue value is 152 (59.77% from 255 or 43.55% from 349); Max value from RGB is 169 - color contains mainly: red. Hex color #A91C98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A91C98 is #56E367. Grayscale: #535353. Windows color (decimal): -5694312 or 9968809. OLE color: 9968809.

HSL color Cylindrical-coordinate representation of color #A91C98: hue angle of 307.23º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A91C98 is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.34.

Color convert

RGB16928152-
CMYK00.830.100.34
HSL307.23º71.57%38.63%-
HSV(B)307.23º83.43%66.27%-
XYZ22.4411.5330.75-
YUV84.3166.21188.42-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.42%
GREEN value IS 28 (11.33% from 255) = 8.02%
BLUE value IS 152 (59.77% from 255) = 43.55%
R=48.42%
G=8.02%
B=43.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.10
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1692815200.830.100.34307.2371.5738.63
HexA91C98053A221334827
Octal251342300123124246311047
Binary1010100111100100110000101001110101000101001100111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91C98; }

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

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

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

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

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

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

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

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