#A92F74

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

Shades of Medium Red Violet #A92F74

Tints of Medium Red Violet #A92F74

Color information

#A92F74 (or 0xA92F74) is unknown color: approx Medium Red Violet. HEX triplet: A9, 2F and 74. RGB value is (169,47,116). Sum of RGB (Red+Green+Blue) = 169+47+116=332 (43% of max value = 765). Red value is 169 (66.41% from 255 or 50.90% from 332); Green value is 47 (18.75% from 255 or 14.16% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 169 - color contains mainly: red. Hex color #A92F74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92F74 is #56D08B. Grayscale: #5B5B5B. Windows color (decimal): -5689484 or 7614377. OLE color: 7614377.

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

Color convert

RGB16947116-
CMYK00.720.310.34
HSL326.07º56.48%42.35%-
HSV(B)326.07º72.19%66.27%-
XYZ20.5311.7317.7-
YUV91.34141.92183.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.90%
GREEN value IS 47 (18.75% from 255) = 14.16%
BLUE value IS 116 (45.70% from 255) = 34.94%
R=50.90%
G=14.16%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1694711600.720.310.34326.0756.4842.35
HexA92F740481F22146382a
Octal25157164011037425067052
Binary1010100110111111101000100100011111100010101000110111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92F74; }

 p { color: rgb(169,47,116); }

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

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

 a { background-color: rgb(169,47,116); }

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

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

 span { border-color: rgb(169,47,116); }

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