#A92D7E

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

Shades of Medium Red Violet #A92D7E

Tints of Medium Red Violet #A92D7E

Color information

#A92D7E (or 0xA92D7E) is unknown color: approx Medium Red Violet. HEX triplet: A9, 2D and 7E. RGB value is (169,45,126). Sum of RGB (Red+Green+Blue) = 169+45+126=340 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.71% from 340); Green value is 45 (17.97% from 255 or 13.24% from 340); Blue value is 126 (49.61% from 255 or 37.06% from 340); Max value from RGB is 169 - color contains mainly: red. Hex color #A92D7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92D7E is #56D281. Grayscale: #5B5B5B. Windows color (decimal): -5689986 or 8269225. OLE color: 8269225.

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

Color convert

RGB16945126-
CMYK00.730.250.34
HSL320.81º57.94%41.96%-
HSV(B)320.81º73.37%66.27%-
XYZ21.0711.8220.91-
YUV91.31147.58183.41-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.71%
GREEN value IS 45 (17.97% from 255) = 13.24%
BLUE value IS 126 (49.61% from 255) = 37.06%
R=49.71%
G=13.24%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1694512600.730.250.34320.8157.9441.96
HexA92D7E04919221413a2a
Octal25155176011131425017252
Binary1010100110110111111100100100111001100010101000001111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92D7E; }

 p { color: rgb(169,45,126); }

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

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

 a { background-color: rgb(169,45,126); }

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

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

 span { border-color: rgb(169,45,126); }

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