#AB35A0

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

Shades of Medium Red Violet #AB35A0

Tints of Medium Red Violet #AB35A0

Color information

#AB35A0 (or 0xAB35A0) is unknown color: approx Medium Red Violet. HEX triplet: AB, 35 and A0. RGB value is (171,53,160). Sum of RGB (Red+Green+Blue) = 171+53+160=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 53 (21.09% from 255 or 13.80% from 384); Blue value is 160 (62.89% from 255 or 41.67% from 384); Max value from RGB is 171 - color contains mainly: red. Hex color #AB35A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB35A0 is #54CA5F. Grayscale: #646464. Windows color (decimal): -5556832 or 10499499. OLE color: 10499499.

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

Color convert

RGB17153160-
CMYK00.690.060.33
HSL305.59º52.68%43.92%-
HSV(B)305.59º69.01%67.06%-
XYZ24.4113.7434.62-
YUV100.48161.59178.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.53%
GREEN value IS 53 (21.09% from 255) = 13.80%
BLUE value IS 160 (62.89% from 255) = 41.67%
R=44.53%
G=13.80%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1715316000.690.060.33305.5952.6843.92
HexAB35A0045621132352c
Octal2536524001056414626554
Binary101010111101011010000001000101110100001100110010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB35A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB35A0; }

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

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

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

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

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

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

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

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