#AB26A1

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

Shades of Medium Red Violet #AB26A1

Tints of Medium Red Violet #AB26A1

Color information

#AB26A1 (or 0xAB26A1) is unknown color: approx Medium Red Violet. HEX triplet: AB, 26 and A1. RGB value is (171,38,161). Sum of RGB (Red+Green+Blue) = 171+38+161=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 38 (15.23% from 255 or 10.27% from 370); Blue value is 161 (63.28% from 255 or 43.51% from 370); Max value from RGB is 171 - color contains mainly: red. Hex color #AB26A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB26A1 is #54D95E. Grayscale: #5B5B5B. Windows color (decimal): -5560671 or 10561195. OLE color: 10561195.

HSL color Cylindrical-coordinate representation of color #AB26A1: hue angle of 304.51º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB26A1 is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB17138161-
CMYK00.780.060.33
HSL304.51º63.64%40.98%-
HSV(B)304.51º77.78%67.06%-
XYZ23.9212.6234.89-
YUV91.79167.06184.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.22%
GREEN value IS 38 (15.23% from 255) = 10.27%
BLUE value IS 161 (63.28% from 255) = 43.51%
R=46.22%
G=10.27%
B=43.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1713816100.780.060.33304.5163.6440.98
HexAB26A104E6211314029
Octal25346241011664146110051
Binary1010101110011010100001010011101101000011001100011000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB26A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB26A1; }

 p { color: rgb(171,38,161); }

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

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

 a { background-color: rgb(171,38,161); }

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

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

 span { border-color: rgb(171,38,161); }

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