#AB3C7A

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

Shades of Medium Red Violet #AB3C7A

Tints of Medium Red Violet #AB3C7A

Color information

#AB3C7A (or 0xAB3C7A) is unknown color: approx Medium Red Violet. HEX triplet: AB, 3C and 7A. RGB value is (171,60,122). Sum of RGB (Red+Green+Blue) = 171+60+122=353 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.44% from 353); Green value is 60 (23.83% from 255 or 17.00% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3C7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3C7A is #54C385. Grayscale: #646464. Windows color (decimal): -5555078 or 8010923. OLE color: 8010923.

HSL color Cylindrical-coordinate representation of color #AB3C7A: hue angle of 326.49º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB3C7A is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB17160122-
CMYK00.650.290.33
HSL326.49º48.05%45.29%-
HSV(B)326.49º64.91%67.06%-
XYZ21.9213.2919.82-
YUV100.26140.27178.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.44%
GREEN value IS 60 (23.83% from 255) = 17.00%
BLUE value IS 122 (48.05% from 255) = 34.56%
R=48.44%
G=17.00%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716012200.650.290.33326.4948.0545.29
HexAB3C7A0411D21146302d
Octal25374172010135415066055
Binary1010101111110011110100100000111101100001101000110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3C7A; }

 p { color: rgb(171,60,122); }

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

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

 a { background-color: rgb(171,60,122); }

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

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

 span { border-color: rgb(171,60,122); }

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