#AB448A

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

Shades of Medium Red Violet #AB448A

Tints of Medium Red Violet #AB448A

Color information

#AB448A (or 0xAB448A) is unknown color: approx Medium Red Violet. HEX triplet: AB, 44 and 8A. RGB value is (171,68,138). Sum of RGB (Red+Green+Blue) = 171+68+138=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 68 (26.95% from 255 or 18.04% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 171 - color contains mainly: red. Hex color #AB448A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB448A is #54BB75. Grayscale: #6A6A6A. Windows color (decimal): -5553014 or 9061547. OLE color: 9061547.

HSL color Cylindrical-coordinate representation of color #AB448A: hue angle of 319.22º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB448A is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB17168138-
CMYK00.600.190.33
HSL319.22º43.1%46.86%-
HSV(B)319.22º60.23%67.06%-
XYZ23.4514.6325.63-
YUV106.78145.62173.81-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.36%
GREEN value IS 68 (26.95% from 255) = 18.04%
BLUE value IS 138 (54.30% from 255) = 36.60%
R=45.36%
G=18.04%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716813800.600.190.33319.2243.146.86
HexAB448A03C132113f2b2f
Octal25310421207423414775357
Binary10101011100010010001010011110010011100001100111111101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB448A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB448A; }

 p { color: rgb(171,68,138); }

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

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

 a { background-color: rgb(171,68,138); }

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

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

 span { border-color: rgb(171,68,138); }

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