#AB40ED

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

Shades of Medium Orchid #AB40ED

Tints of Medium Orchid #AB40ED

Color information

#AB40ED (or 0xAB40ED) is unknown color: approx Medium Orchid. HEX triplet: AB, 40 and ED. RGB value is (171,64,237). Sum of RGB (Red+Green+Blue) = 171+64+237=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 64 (25.39% from 255 or 13.56% from 472); Blue value is 237 (92.97% from 255 or 50.21% from 472); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB40ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB40ED is #54BF12. Grayscale: #737373. Windows color (decimal): -5553939 or 15548587. OLE color: 15548587.

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

Color convert

RGB17164237-
CMYK0.280.7300.07
HSL277.11º82.78%59.02%-
HSV(B)277.11º73%92.94%-
XYZ33.9118.4481.89-
YUV115.72196.45167.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.23%
GREEN value IS 64 (25.39% from 255) = 13.56%
BLUE value IS 237 (92.97% from 255) = 50.21%
R=36.23%
G=13.56%
B=50.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal171642370.280.7300.07277.1182.7859.02
HexAB40ED1C4907115533b
Octal253100355341110742512373
Binary1010101110000001110110111100100100101111000101011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB40ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB40ED; }

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

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

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

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

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

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

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

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