#A92A75

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

Shades of Medium Red Violet #A92A75

Tints of Medium Red Violet #A92A75

Color information

#A92A75 (or 0xA92A75) is unknown color: approx Medium Red Violet. HEX triplet: A9, 2A and 75. RGB value is (169,42,117). Sum of RGB (Red+Green+Blue) = 169+42+117=328 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.52% from 328); Green value is 42 (16.80% from 255 or 12.80% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 169 - color contains mainly: red. Hex color #A92A75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92A75 is #56D58A. Grayscale: #585858. Windows color (decimal): -5690763 or 7678633. OLE color: 7678633.

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

Color convert

RGB16942117-
CMYK00.750.310.34
HSL324.57º60.19%41.37%-
HSV(B)324.57º75.15%66.27%-
XYZ20.411.3817.95-
YUV88.52144.08185.4-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 51.52%
GREEN value IS 42 (16.80% from 255) = 12.80%
BLUE value IS 117 (46.09% from 255) = 35.67%
R=51.52%
G=12.80%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1694211700.750.310.34324.5760.1941.37
HexA92A7504B1F221453c29
Octal25152165011337425057451
Binary1010100110101011101010100101111111100010101000101111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92A75; }

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

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

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

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

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

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

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

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