#AB308B

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

Shades of Medium Red Violet #AB308B

Tints of Medium Red Violet #AB308B

Color information

#AB308B (or 0xAB308B) is unknown color: approx Medium Red Violet. HEX triplet: AB, 30 and 8B. RGB value is (171,48,139). Sum of RGB (Red+Green+Blue) = 171+48+139=358 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.77% from 358); Green value is 48 (19.14% from 255 or 13.41% from 358); Blue value is 139 (54.69% from 255 or 38.83% from 358); Max value from RGB is 171 - color contains mainly: red. Hex color #AB308B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB308B is #54CF74. Grayscale: #5E5E5E. Windows color (decimal): -5558133 or 9121963. OLE color: 9121963.

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

Color convert

RGB17148139-
CMYK00.720.190.33
HSL315.61º56.16%42.94%-
HSV(B)315.61º71.93%67.06%-
XYZ22.5112.6425.68-
YUV95.15152.75182.1-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.77%
GREEN value IS 48 (19.14% from 255) = 13.41%
BLUE value IS 139 (54.69% from 255) = 38.83%
R=47.77%
G=13.41%
B=38.83%

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
Decimal1714813900.720.190.33315.6156.1642.94
HexAB308B048132113c382b
Octal25360213011023414747053
Binary10101011110000100010110100100010011100001100111100111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB308B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB308B; }

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

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

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

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

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

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

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

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