#A73B7E

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

Shades of Medium Red Violet #A73B7E

Tints of Medium Red Violet #A73B7E

Color information

#A73B7E (or 0xA73B7E) is unknown color: approx Medium Red Violet. HEX triplet: A7, 3B and 7E. RGB value is (167,59,126). Sum of RGB (Red+Green+Blue) = 167+59+126=352 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.44% from 352); Green value is 59 (23.44% from 255 or 16.76% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 167 - color contains mainly: red. Hex color #A73B7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73B7E is #58C481. Grayscale: #626262. Windows color (decimal): -5817474 or 8272807. OLE color: 8272807.

HSL color Cylindrical-coordinate representation of color #A73B7E: hue angle of 322.78º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A73B7E is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB16759126-
CMYK00.650.250.35
HSL322.78º47.79%44.31%-
HSV(B)322.78º64.67%65.49%-
XYZ21.2712.8521.1-
YUV98.93143.28176.55-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.44%
GREEN value IS 59 (23.44% from 255) = 16.76%
BLUE value IS 126 (49.61% from 255) = 35.80%
R=47.44%
G=16.76%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1675912600.650.250.35322.7847.7944.31
HexA73B7E0411923143302c
Octal24773176010131435036054
Binary1010011111101111111100100000111001100011101000011110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73B7E; }

 p { color: rgb(167,59,126); }

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

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

 a { background-color: rgb(167,59,126); }

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

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

 span { border-color: rgb(167,59,126); }

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