#AB397D

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

Shades of Medium Red Violet #AB397D

Tints of Medium Red Violet #AB397D

Color information

#AB397D (or 0xAB397D) is unknown color: approx Medium Red Violet. HEX triplet: AB, 39 and 7D. RGB value is (171,57,125). Sum of RGB (Red+Green+Blue) = 171+57+125=353 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.44% from 353); Green value is 57 (22.66% from 255 or 16.15% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 171 - color contains mainly: red. Hex color #AB397D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB397D is #54C682. Grayscale: #626262. Windows color (decimal): -5555843 or 8206763. OLE color: 8206763.

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

Color convert

RGB17157125-
CMYK00.670.270.33
HSL324.21º50%44.71%-
HSV(B)324.21º66.67%67.06%-
XYZ21.9613.0620.77-
YUV98.84142.77179.47-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.44%
GREEN value IS 57 (22.66% from 255) = 16.15%
BLUE value IS 125 (49.22% from 255) = 35.41%
R=48.44%
G=16.15%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1715712500.670.270.33324.215044.71
HexAB397D0431B21144322d
Octal25371175010333415046255
Binary1010101111100111111010100001111011100001101000100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB397D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB397D; }

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

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

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

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

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

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

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

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