#AB50ED

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

Shades of Medium Orchid #AB50ED

Tints of Medium Orchid #AB50ED

Color information

#AB50ED (or 0xAB50ED) is unknown color: approx Medium Orchid. HEX triplet: AB, 50 and ED. RGB value is (171,80,237). Sum of RGB (Red+Green+Blue) = 171+80+237=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 80 (31.64% from 255 or 16.39% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB50ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB50ED is #54AF12. Grayscale: #7C7C7C. Windows color (decimal): -5549843 or 15552683. OLE color: 15552683.

HSL color Cylindrical-coordinate representation of color #AB50ED: hue angle of 274.78º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB50ED is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17180237-
CMYK0.280.6600.07
HSL274.78º81.35%62.16%-
HSV(B)274.78º66.24%92.94%-
XYZ34.9520.5182.24-
YUV125.11191.15160.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.04%
GREEN value IS 80 (31.64% from 255) = 16.39%
BLUE value IS 237 (92.97% from 255) = 48.57%
R=35.04%
G=16.39%
B=48.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal171802370.280.6600.07274.7881.3562.16
HexAB50ED1C4207113513e
Octal253120355341020742312176
Binary1010101110100001110110111100100001001111000100111010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB50ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB50ED; }

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

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

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

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

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

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

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

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