#A92B70

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

Shades of Medium Red Violet #A92B70

Tints of Medium Red Violet #A92B70

Color information

#A92B70 (or 0xA92B70) is unknown color: approx Medium Red Violet. HEX triplet: A9, 2B and 70. RGB value is (169,43,112). Sum of RGB (Red+Green+Blue) = 169+43+112=324 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.16% from 324); Green value is 43 (17.19% from 255 or 13.27% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 169 - color contains mainly: red. Hex color #A92B70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92B70 is #56D48F. Grayscale: #585858. Windows color (decimal): -5690512 or 7351209. OLE color: 7351209.

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

Color convert

RGB16943112-
CMYK00.750.340.34
HSL327.14º59.43%41.57%-
HSV(B)327.14º74.56%66.27%-
XYZ20.1511.3316.45-
YUV88.54141.24185.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52.16%
GREEN value IS 43 (17.19% from 255) = 13.27%
BLUE value IS 112 (44.14% from 255) = 34.57%
R=52.16%
G=13.27%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1694311200.750.340.34327.1459.4341.57
HexA92B7004B22221473b2a
Octal25153160011342425077352
Binary10101001101011111000001001011100010100010101000111111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92B70; }

 p { color: rgb(169,43,112); }

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

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

 a { background-color: rgb(169,43,112); }

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

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

 span { border-color: rgb(169,43,112); }

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