#A92A81

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

Shades of Medium Red Violet #A92A81

Tints of Medium Red Violet #A92A81

Color information

#A92A81 (or 0xA92A81) is unknown color: approx Medium Red Violet. HEX triplet: A9, 2A and 81. RGB value is (169,42,129). Sum of RGB (Red+Green+Blue) = 169+42+129=340 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.71% from 340); Green value is 42 (16.80% from 255 or 12.35% from 340); Blue value is 129 (50.78% from 255 or 37.94% from 340); Max value from RGB is 169 - color contains mainly: red. Hex color #A92A81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A92A81 is #56D57E. Grayscale: #595959. Windows color (decimal): -5690751 or 8465065. OLE color: 8465065.

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

Color convert

RGB16942129-
CMYK00.750.240.34
HSL318.9º60.19%41.37%-
HSV(B)318.9º75.15%66.27%-
XYZ21.1511.6821.91-
YUV89.89150.08184.43-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.71%
GREEN value IS 42 (16.80% from 255) = 12.35%
BLUE value IS 129 (50.78% from 255) = 37.94%
R=49.71%
G=12.35%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1694212900.750.240.34318.960.1941.37
HexA92A8104B182213f3c29
Octal25152201011330424777451
Binary10101001101010100000010100101111000100010100111111111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92A81; }

 p { color: rgb(169,42,129); }

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

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

 a { background-color: rgb(169,42,129); }

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

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

 span { border-color: rgb(169,42,129); }

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