#A92E8B

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

Shades of Medium Red Violet #A92E8B

Tints of Medium Red Violet #A92E8B

Color information

#A92E8B (or 0xA92E8B) is unknown color: approx Medium Red Violet. HEX triplet: A9, 2E and 8B. RGB value is (169,46,139). Sum of RGB (Red+Green+Blue) = 169+46+139=354 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.74% from 354); Green value is 46 (18.36% from 255 or 12.99% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 169 - color contains mainly: red. Hex color #A92E8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A92E8B is #56D174. Grayscale: #5D5D5D. Windows color (decimal): -5689717 or 9121449. OLE color: 9121449.

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

Color convert

RGB16946139-
CMYK00.730.180.34
HSL314.63º57.21%42.16%-
HSV(B)314.63º72.78%66.27%-
XYZ2212.2525.63-
YUV93.38153.75181.94-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.74%
GREEN value IS 46 (18.36% from 255) = 12.99%
BLUE value IS 139 (54.69% from 255) = 39.27%
R=47.74%
G=12.99%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1694613900.730.180.34314.6357.2142.16
HexA92E8B049122213b392a
Octal25156213011122424737152
Binary10101001101110100010110100100110010100010100111011111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92E8B; }

 p { color: rgb(169,46,139); }

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

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

 a { background-color: rgb(169,46,139); }

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

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

 span { border-color: rgb(169,46,139); }

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