#A92C88

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

Shades of Medium Red Violet #A92C88

Tints of Medium Red Violet #A92C88

Color information

#A92C88 (or 0xA92C88) is unknown color: approx Medium Red Violet. HEX triplet: A9, 2C and 88. RGB value is (169,44,136). Sum of RGB (Red+Green+Blue) = 169+44+136=349 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.42% from 349); Green value is 44 (17.58% from 255 or 12.61% from 349); Blue value is 136 (53.52% from 255 or 38.97% from 349); Max value from RGB is 169 - color contains mainly: red. Hex color #A92C88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A92C88 is #56D377. Grayscale: #5B5B5B. Windows color (decimal): -5690232 or 8924329. OLE color: 8924329.

HSL color Cylindrical-coordinate representation of color #A92C88: hue angle of 315.84º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A92C88 is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.34.

Color convert

RGB16944136-
CMYK00.740.200.34
HSL315.84º58.69%41.76%-
HSV(B)315.84º73.96%66.27%-
XYZ21.7112.0124.47-
YUV91.86152.91183.02-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.42%
GREEN value IS 44 (17.58% from 255) = 12.61%
BLUE value IS 136 (53.52% from 255) = 38.97%
R=48.42%
G=12.61%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.20
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1694413600.740.200.34315.8458.6941.76
HexA92C8804A142213c3b2a
Octal25154210011224424747352
Binary10101001101100100010000100101010100100010100111100111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92C88; }

 p { color: rgb(169,44,136); }

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

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

 a { background-color: rgb(169,44,136); }

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

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

 span { border-color: rgb(169,44,136); }

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