#AB2C8C

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

Shades of Medium Red Violet #AB2C8C

Tints of Medium Red Violet #AB2C8C

Color information

#AB2C8C (or 0xAB2C8C) is unknown color: approx Medium Red Violet. HEX triplet: AB, 2C and 8C. RGB value is (171,44,140). Sum of RGB (Red+Green+Blue) = 171+44+140=355 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.17% from 355); Green value is 44 (17.58% from 255 or 12.39% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2C8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2C8C is #54D373. Grayscale: #5C5C5C. Windows color (decimal): -5559156 or 9186475. OLE color: 9186475.

HSL color Cylindrical-coordinate representation of color #AB2C8C: hue angle of 314.65º 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 #AB2C8C is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB17144140-
CMYK00.740.180.33
HSL314.65º59.07%42.16%-
HSV(B)314.65º74.27%67.06%-
XYZ22.4312.3526.01-
YUV92.92154.58183.69-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.17%
GREEN value IS 44 (17.58% from 255) = 12.39%
BLUE value IS 140 (55.08% from 255) = 39.44%
R=48.17%
G=12.39%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1714414000.740.180.33314.6559.0742.16
HexAB2C8C04A122113b3b2a
Octal25354214011222414737352
Binary10101011101100100011000100101010010100001100111011111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2C8C; }

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

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

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

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

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

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

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

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