#AB50D0

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

Shades of Medium Orchid #AB50D0

Tints of Medium Orchid #AB50D0

Color information

#AB50D0 (or 0xAB50D0) is unknown color: approx Medium Orchid. HEX triplet: AB, 50 and D0. RGB value is (171,80,208). Sum of RGB (Red+Green+Blue) = 171+80+208=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 80 (31.64% from 255 or 17.43% from 459); Blue value is 208 (81.64% from 255 or 45.32% from 459); Max value from RGB is 208 - color contains mainly: blue. Hex color #AB50D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB50D0 is #54AF2F. Grayscale: #797979. Windows color (decimal): -5549872 or 13652139. OLE color: 13652139.

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

Color convert

RGB17180208-
CMYK0.180.6200.18
HSL282.66º57.66%56.47%-
HSV(B)282.66º61.54%81.57%-
XYZ31.0518.9561.7-
YUV121.8176.65163.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.25%
GREEN value IS 80 (31.64% from 255) = 17.43%
BLUE value IS 208 (81.64% from 255) = 45.32%
R=37.25%
G=17.43%
B=45.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal171802080.180.6200.18282.6657.6656.47
HexAB50D0123E01211b3a38
Octal25312032022760224337270
Binary1010101110100001101000010010111110010010100011011111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB50D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB50D0; }

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

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

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

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

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

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

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

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