#AB308A

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

Shades of Medium Red Violet #AB308A

Tints of Medium Red Violet #AB308A

Color information

#AB308A (or 0xAB308A) is unknown color: approx Medium Red Violet. HEX triplet: AB, 30 and 8A. RGB value is (171,48,138). Sum of RGB (Red+Green+Blue) = 171+48+138=357 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.90% from 357); Green value is 48 (19.14% from 255 or 13.45% from 357); Blue value is 138 (54.30% from 255 or 38.66% from 357); Max value from RGB is 171 - color contains mainly: red. Hex color #AB308A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB308A is #54CF75. Grayscale: #5E5E5E. Windows color (decimal): -5558134 or 9056427. OLE color: 9056427.

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

Color convert

RGB17148138-
CMYK00.720.190.33
HSL316.1º56.16%42.94%-
HSV(B)316.1º71.93%67.06%-
XYZ22.4412.6125.3-
YUV95.04152.25182.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.90%
GREEN value IS 48 (19.14% from 255) = 13.45%
BLUE value IS 138 (54.30% from 255) = 38.66%
R=47.90%
G=13.45%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1714813800.720.190.33316.156.1642.94
HexAB308A048132113c382b
Octal25360212011023414747053
Binary10101011110000100010100100100010011100001100111100111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB308A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB308A; }

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

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

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

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

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

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

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

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