#AB358A

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

Shades of Medium Red Violet #AB358A

Tints of Medium Red Violet #AB358A

Color information

#AB358A (or 0xAB358A) is unknown color: approx Medium Red Violet. HEX triplet: AB, 35 and 8A. RGB value is (171,53,138). Sum of RGB (Red+Green+Blue) = 171+53+138=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 53 (21.09% from 255 or 14.64% from 362); Blue value is 138 (54.30% from 255 or 38.12% from 362); Max value from RGB is 171 - color contains mainly: red. Hex color #AB358A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB358A is #54CA75. Grayscale: #616161. Windows color (decimal): -5556854 or 9057707. OLE color: 9057707.

HSL color Cylindrical-coordinate representation of color #AB358A: hue angle of 316.78º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB358A is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB17153138-
CMYK00.690.190.33
HSL316.78º52.68%43.92%-
HSV(B)316.78º69.01%67.06%-
XYZ22.6613.0425.37-
YUV97.97150.59180.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.24%
GREEN value IS 53 (21.09% from 255) = 14.64%
BLUE value IS 138 (54.30% from 255) = 38.12%
R=47.24%
G=14.64%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1715313800.690.190.33316.7852.6843.92
HexAB358A045132113d352c
Octal25365212010523414756554
Binary10101011110101100010100100010110011100001100111101110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB358A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB358A; }

 p { color: rgb(171,53,138); }

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

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

 a { background-color: rgb(171,53,138); }

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

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

 span { border-color: rgb(171,53,138); }

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