#AB368D

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

Shades of Medium Red Violet #AB368D

Tints of Medium Red Violet #AB368D

Color information

#AB368D (or 0xAB368D) is unknown color: approx Medium Red Violet. HEX triplet: AB, 36 and 8D. RGB value is (171,54,141). Sum of RGB (Red+Green+Blue) = 171+54+141=366 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.72% from 366); Green value is 54 (21.48% from 255 or 14.75% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 171 - color contains mainly: red. Hex color #AB368D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB368D is #54C972. Grayscale: #626262. Windows color (decimal): -5556595 or 9254571. OLE color: 9254571.

HSL color Cylindrical-coordinate representation of color #AB368D: hue angle of 315.38º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB368D is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB17154141-
CMYK00.680.180.33
HSL315.38º52%44.12%-
HSV(B)315.38º68.42%67.06%-
XYZ22.9213.2226.54-
YUV98.9151.76179.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.72%
GREEN value IS 54 (21.48% from 255) = 14.75%
BLUE value IS 141 (55.47% from 255) = 38.52%
R=46.72%
G=14.75%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1715414100.680.180.33315.385244.12
HexAB368D044122113b342c
Octal25366215010422414736454
Binary10101011110110100011010100010010010100001100111011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB368D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB368D; }

 p { color: rgb(171,54,141); }

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

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

 a { background-color: rgb(171,54,141); }

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

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

 span { border-color: rgb(171,54,141); }

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