#AB3D8A

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

Shades of Medium Red Violet #AB3D8A

Tints of Medium Red Violet #AB3D8A

Color information

#AB3D8A (or 0xAB3D8A) is unknown color: approx Medium Red Violet. HEX triplet: AB, 3D and 8A. RGB value is (171,61,138). Sum of RGB (Red+Green+Blue) = 171+61+138=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 61 (24.22% from 255 or 16.49% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3D8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3D8A is #54C275. Grayscale: #666666. Windows color (decimal): -5554806 or 9059755. OLE color: 9059755.

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

Color convert

RGB17161138-
CMYK00.640.190.33
HSL318º47.41%45.49%-
HSV(B)318º64.33%67.06%-
XYZ23.0513.8325.5-
YUV102.67147.94176.74-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.22%
GREEN value IS 61 (24.22% from 255) = 16.49%
BLUE value IS 138 (54.30% from 255) = 37.30%
R=46.22%
G=16.49%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716113800.640.190.3331847.4145.49
HexAB3D8A040132113e2f2d
Octal25375212010023414765755
Binary10101011111101100010100100000010011100001100111110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3D8A; }

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

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

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

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

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

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

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

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