#AB46ED

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

Shades of Medium Orchid #AB46ED

Tints of Medium Orchid #AB46ED

Color information

#AB46ED (or 0xAB46ED) is unknown color: approx Medium Orchid. HEX triplet: AB, 46 and ED. RGB value is (171,70,237). Sum of RGB (Red+Green+Blue) = 171+70+237=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 70 (27.73% from 255 or 14.64% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB46ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB46ED is #54B912. Grayscale: #767676. Windows color (decimal): -5552403 or 15550123. OLE color: 15550123.

HSL color Cylindrical-coordinate representation of color #AB46ED: hue angle of 276.29º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB46ED is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17170237-
CMYK0.280.7000.07
HSL276.29º82.27%60.2%-
HSV(B)276.29º70.46%92.94%-
XYZ34.2719.1582.01-
YUV119.24194.46164.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.77%
GREEN value IS 70 (27.73% from 255) = 14.64%
BLUE value IS 237 (92.97% from 255) = 49.58%
R=35.77%
G=14.64%
B=49.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal171702370.280.7000.07276.2982.2760.2
HexAB46ED1C4607114523c
Octal253106355341060742412274
Binary1010101110001101110110111100100011001111000101001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB46ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB46ED; }

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

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

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

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

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

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

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

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