#AB407F

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

Shades of Medium Red Violet #AB407F

Tints of Medium Red Violet #AB407F

Color information

#AB407F (or 0xAB407F) is unknown color: approx Medium Red Violet. HEX triplet: AB, 40 and 7F. RGB value is (171,64,127). Sum of RGB (Red+Green+Blue) = 171+64+127=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 64 (25.39% from 255 or 17.68% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 171 - color contains mainly: red. Hex color #AB407F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB407F is #54BF80. Grayscale: #676767. Windows color (decimal): -5554049 or 8339627. OLE color: 8339627.

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

Color convert

RGB17164127-
CMYK00.630.260.33
HSL324.67º45.53%46.08%-
HSV(B)324.67º62.57%67.06%-
XYZ22.4613.8621.57-
YUV103.18141.45176.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.24%
GREEN value IS 64 (25.39% from 255) = 17.68%
BLUE value IS 127 (50% from 255) = 35.08%
R=47.24%
G=17.68%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716412700.630.260.33324.6745.5346.08
HexAB407F03F1A211452e2e
Octal25310017707732415055656
Binary1010101110000001111111011111111010100001101000101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB407F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB407F; }

 p { color: rgb(171,64,127); }

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

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

 a { background-color: rgb(171,64,127); }

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

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

 span { border-color: rgb(171,64,127); }

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