#A92B77

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

Shades of Medium Red Violet #A92B77

Tints of Medium Red Violet #A92B77

Color information

#A92B77 (or 0xA92B77) is unknown color: approx Medium Red Violet. HEX triplet: A9, 2B and 77. RGB value is (169,43,119). Sum of RGB (Red+Green+Blue) = 169+43+119=331 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.06% from 331); Green value is 43 (17.19% from 255 or 12.99% from 331); Blue value is 119 (46.88% from 255 or 35.95% from 331); Max value from RGB is 169 - color contains mainly: red. Hex color #A92B77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92B77 is #56D488. Grayscale: #595959. Windows color (decimal): -5690505 or 7809961. OLE color: 7809961.

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

Color convert

RGB16943119-
CMYK00.750.300.34
HSL323.81º59.43%41.57%-
HSV(B)323.81º74.56%66.27%-
XYZ20.5611.4918.59-
YUV89.34144.74184.82-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 51.06%
GREEN value IS 43 (17.19% from 255) = 12.99%
BLUE value IS 119 (46.88% from 255) = 35.95%
R=51.06%
G=12.99%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1694311900.750.300.34323.8159.4341.57
HexA92B7704B1E221443b2a
Octal25153167011336425047352
Binary1010100110101111101110100101111110100010101000100111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92B77; }

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

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

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

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

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

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

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

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