#AB44D0

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

Shades of Medium Orchid #AB44D0

Tints of Medium Orchid #AB44D0

Color information

#AB44D0 (or 0xAB44D0) is unknown color: approx Medium Orchid. HEX triplet: AB, 44 and D0. RGB value is (171,68,208). Sum of RGB (Red+Green+Blue) = 171+68+208=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 68 (26.95% from 255 or 15.21% from 447); Blue value is 208 (81.64% from 255 or 46.53% from 447); Max value from RGB is 208 - color contains mainly: blue. Hex color #AB44D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB44D0 is #54BB2F. Grayscale: #727272. Windows color (decimal): -5552944 or 13649067. OLE color: 13649067.

HSL color Cylindrical-coordinate representation of color #AB44D0: hue angle of 284.14º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB44D0 is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB17168208-
CMYK0.180.6700.18
HSL284.14º59.83%54.12%-
HSV(B)284.14º67.31%81.57%-
XYZ30.2517.3561.43-
YUV114.76180.62168.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.26%
GREEN value IS 68 (26.95% from 255) = 15.21%
BLUE value IS 208 (81.64% from 255) = 46.53%
R=38.26%
G=15.21%
B=46.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal171682080.180.6700.18284.1459.8354.12
HexAB44D0124301211c3c36
Octal253104320221030224347466
Binary10101011100010011010000100101000011010010100011100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB44D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB44D0; }

 p { color: rgb(171,68,208); }

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

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

 a { background-color: rgb(171,68,208); }

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

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

 span { border-color: rgb(171,68,208); }

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