#A74985

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

Shades of Medium Red Violet #A74985

Tints of Medium Red Violet #A74985

Color information

#A74985 (or 0xA74985) is unknown color: approx Medium Red Violet. HEX triplet: A7, 49 and 85. RGB value is (167,73,133). Sum of RGB (Red+Green+Blue) = 167+73+133=373 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.77% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 133 (52.34% from 255 or 35.66% from 373); Max value from RGB is 167 - color contains mainly: red. Hex color #A74985 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74985 is #58B67A. Grayscale: #6B6B6B. Windows color (decimal): -5813883 or 8735143. OLE color: 8735143.

HSL color Cylindrical-coordinate representation of color #A74985: hue angle of 321.7º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A74985 is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB16773133-
CMYK00.560.200.35
HSL321.7º39.17%47.06%-
HSV(B)321.7º56.29%65.49%-
XYZ22.5514.6723.83-
YUV107.95142.14170.12-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.77%
GREEN value IS 73 (28.91% from 255) = 19.57%
BLUE value IS 133 (52.34% from 255) = 35.66%
R=44.77%
G=19.57%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677313300.560.200.35321.739.1747.06
HexA749850381423142272f
Octal24711120507024435024757
Binary10100111100100110000101011100010100100011101000010100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74985; }

 p { color: rgb(167,73,133); }

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

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

 a { background-color: rgb(167,73,133); }

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

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

 span { border-color: rgb(167,73,133); }

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