#AB46EB

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

Shades of Medium Orchid #AB46EB

Tints of Medium Orchid #AB46EB

Color information

#AB46EB (or 0xAB46EB) is unknown color: approx Medium Orchid. HEX triplet: AB, 46 and EB. RGB value is (171,70,235). Sum of RGB (Red+Green+Blue) = 171+70+235=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 70 (27.73% from 255 or 14.71% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 235 - color contains mainly: blue. Hex color #AB46EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB46EB is #54B914. Grayscale: #767676. Windows color (decimal): -5552405 or 15419051. OLE color: 15419051.

HSL color Cylindrical-coordinate representation of color #AB46EB: hue angle of 276.73º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB46EB is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB17170235-
CMYK0.270.7000.08
HSL276.73º80.49%59.8%-
HSV(B)276.73º70.21%92.16%-
XYZ33.9819.0480.48-
YUV119.01193.46165.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.92%
GREEN value IS 70 (27.73% from 255) = 14.71%
BLUE value IS 235 (92.19% from 255) = 49.37%
R=35.92%
G=14.71%
B=49.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal171702350.270.7000.08276.7380.4959.8
HexAB46EB1B4608115503c
Octal2531063533310601042512074
Binary10101011100011011101011110111000110010001000101011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB46EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB46EB; }

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

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

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

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

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

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

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

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