#AB3382

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

Shades of Medium Red Violet #AB3382

Tints of Medium Red Violet #AB3382

Color information

#AB3382 (or 0xAB3382) is unknown color: approx Medium Red Violet. HEX triplet: AB, 33 and 82. RGB value is (171,51,130). Sum of RGB (Red+Green+Blue) = 171+51+130=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 51 (20.31% from 255 or 14.49% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3382 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3382 is #54CC7D. Grayscale: #5F5F5F. Windows color (decimal): -5557374 or 8532907. OLE color: 8532907.

HSL color Cylindrical-coordinate representation of color #AB3382: hue angle of 320.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB3382 is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB17151130-
CMYK00.700.240.33
HSL320.5º54.05%43.53%-
HSV(B)320.5º70.18%67.06%-
XYZ22.0112.6422.4-
YUV95.89147.26181.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.58%
GREEN value IS 51 (20.31% from 255) = 14.49%
BLUE value IS 130 (51.17% from 255) = 36.93%
R=48.58%
G=14.49%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1715113000.700.240.33320.554.0543.53
HexAB33820461821140362c
Octal25363202010630415006654
Binary10101011110011100000100100011011000100001101000000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3382; }

 p { color: rgb(171,51,130); }

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

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

 a { background-color: rgb(171,51,130); }

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

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

 span { border-color: rgb(171,51,130); }

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