#AB3B7D

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

Shades of Medium Red Violet #AB3B7D

Tints of Medium Red Violet #AB3B7D

Color information

#AB3B7D (or 0xAB3B7D) is unknown color: approx Medium Red Violet. HEX triplet: AB, 3B and 7D. RGB value is (171,59,125). Sum of RGB (Red+Green+Blue) = 171+59+125=355 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.17% from 355); Green value is 59 (23.44% from 255 or 16.62% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3B7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3B7D is #54C482. Grayscale: #636363. Windows color (decimal): -5555331 or 8207275. OLE color: 8207275.

HSL color Cylindrical-coordinate representation of color #AB3B7D: hue angle of 324.64º degrees, saturation: 0.49, 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 #AB3B7D is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB17159125-
CMYK00.650.270.33
HSL324.64º48.7%45.1%-
HSV(B)324.64º65.5%67.06%-
XYZ22.0613.2720.8-
YUV100.01142.11178.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.17%
GREEN value IS 59 (23.44% from 255) = 16.62%
BLUE value IS 125 (49.22% from 255) = 35.21%
R=48.17%
G=16.62%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1715912500.650.270.33324.6448.745.1
HexAB3B7D0411B21145312d
Octal25373175010133415056155
Binary1010101111101111111010100000111011100001101000101110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3B7D; }

 p { color: rgb(171,59,125); }

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

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

 a { background-color: rgb(171,59,125); }

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

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

 span { border-color: rgb(171,59,125); }

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