#AB2CA4

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

Shades of Medium Red Violet #AB2CA4

Tints of Medium Red Violet #AB2CA4

Color information

#AB2CA4 (or 0xAB2CA4) is unknown color: approx Medium Red Violet. HEX triplet: AB, 2C and A4. RGB value is (171,44,164). Sum of RGB (Red+Green+Blue) = 171+44+164=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 44 (17.58% from 255 or 11.61% from 379); Blue value is 164 (64.45% from 255 or 43.27% from 379); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2CA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2CA4 is #54D35B. Grayscale: #5F5F5F. Windows color (decimal): -5559132 or 10759339. OLE color: 10759339.

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

Color convert

RGB17144164-
CMYK00.740.040.33
HSL303.31º59.07%42.16%-
HSV(B)303.31º74.27%67.06%-
XYZ24.413.1436.37-
YUV95.65166.58181.74-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.12%
GREEN value IS 44 (17.58% from 255) = 11.61%
BLUE value IS 164 (64.45% from 255) = 43.27%
R=45.12%
G=11.61%
B=43.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1714416400.740.040.33303.3159.0742.16
HexAB2CA404A42112f3b2a
Octal2535424401124414577352
Binary101010111011001010010001001010100100001100101111111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2CA4; }

 p { color: rgb(171,44,164); }

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

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

 a { background-color: rgb(171,44,164); }

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

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

 span { border-color: rgb(171,44,164); }

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