#A92D85

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

Shades of Medium Red Violet #A92D85

Tints of Medium Red Violet #A92D85

Color information

#A92D85 (or 0xA92D85) is unknown color: approx Medium Red Violet. HEX triplet: A9, 2D and 85. RGB value is (169,45,133). Sum of RGB (Red+Green+Blue) = 169+45+133=347 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.70% from 347); Green value is 45 (17.97% from 255 or 12.97% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 169 - color contains mainly: red. Hex color #A92D85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A92D85 is #56D27A. Grayscale: #5B5B5B. Windows color (decimal): -5689979 or 8727977. OLE color: 8727977.

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

Color convert

RGB16945133-
CMYK00.730.210.34
HSL317.42º57.94%41.96%-
HSV(B)317.42º73.37%66.27%-
XYZ21.5312.0123.37-
YUV92.11151.08182.84-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.70%
GREEN value IS 45 (17.97% from 255) = 12.97%
BLUE value IS 133 (52.34% from 255) = 38.33%
R=48.70%
G=12.97%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1694513300.730.210.34317.4257.9441.96
HexA92D85049152213d3a2a
Octal25155205011125424757252
Binary10101001101101100001010100100110101100010100111101111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92D85; }

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

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

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

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

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

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

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

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