#AB1A7A

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

Shades of Medium Violet Red #AB1A7A

Tints of Medium Violet Red #AB1A7A

Color information

#AB1A7A (or 0xAB1A7A) is unknown color: approx Medium Violet Red. HEX triplet: AB, 1A and 7A. RGB value is (171,26,122). Sum of RGB (Red+Green+Blue) = 171+26+122=319 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.61% from 319); Green value is 26 (10.55% from 255 or 8.15% from 319); Blue value is 122 (48.05% from 255 or 38.24% from 319); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1A7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB1A7A is #54E585. Grayscale: #505050. Windows color (decimal): -5563782 or 8002219. OLE color: 8002219.

HSL color Cylindrical-coordinate representation of color #AB1A7A: hue angle of 320.28º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB1A7A is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB17126122-
CMYK00.850.290.33
HSL320.28º73.6%38.63%-
HSV(B)320.28º84.8%67.06%-
XYZ20.6810.819.41-
YUV80.3151.54192.69-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.61%
GREEN value IS 26 (10.55% from 255) = 8.15%
BLUE value IS 122 (48.05% from 255) = 38.24%
R=53.61%
G=8.15%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1712612200.850.290.33320.2873.638.63
HexAB1A7A0551D211404a27
Octal253321720125354150011247
Binary1010101111010111101001010101111011000011010000001001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1A7A; }

 p { color: rgb(171,26,122); }

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

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

 a { background-color: rgb(171,26,122); }

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

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

 span { border-color: rgb(171,26,122); }

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