#AB1CA4

Color #AB1CA4 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #AB1CA4

Tints of Dark Magenta #AB1CA4

Color information

#AB1CA4 (or 0xAB1CA4) is unknown color: approx Dark Magenta. HEX triplet: AB, 1C and A4. RGB value is (171,28,164). Sum of RGB (Red+Green+Blue) = 171+28+164=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 28 (11.33% from 255 or 7.71% from 363); Blue value is 164 (64.45% from 255 or 45.18% from 363); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1CA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB1CA4 is #54E35B. Grayscale: #555555. Windows color (decimal): -5563228 or 10755243. OLE color: 10755243.

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

Color convert

RGB17128164-
CMYK00.840.040.33
HSL302.94º71.86%39.02%-
HSV(B)302.94º83.63%67.06%-
XYZ23.9112.1736.21-
YUV86.26171.88188.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.11%
GREEN value IS 28 (11.33% from 255) = 7.71%
BLUE value IS 164 (64.45% from 255) = 45.18%
R=47.11%
G=7.71%
B=45.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1712816400.840.040.33302.9471.8639.02
HexAB1CA405442112f4827
Octal25334244012444145711047
Binary101010111110010100100010101001001000011001011111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1CA4; }

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

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

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

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

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

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

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

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