#AB42EF

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

Shades of Medium Orchid #AB42EF

Tints of Medium Orchid #AB42EF

Color information

#AB42EF (or 0xAB42EF) is unknown color: approx Medium Orchid. HEX triplet: AB, 42 and EF. RGB value is (171,66,239). Sum of RGB (Red+Green+Blue) = 171+66+239=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 66 (26.17% from 255 or 13.87% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #AB42EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB42EF is #54BD10. Grayscale: #747474. Windows color (decimal): -5553425 or 15680171. OLE color: 15680171.

HSL color Cylindrical-coordinate representation of color #AB42EF: hue angle of 276.42º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB42EF is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB17166239-
CMYK0.280.7200.06
HSL276.42º84.39%59.8%-
HSV(B)276.42º72.38%93.73%-
XYZ34.3218.7983.48-
YUV117.12196.79166.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.92%
GREEN value IS 66 (26.17% from 255) = 13.87%
BLUE value IS 239 (93.75% from 255) = 50.21%
R=35.92%
G=13.87%
B=50.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal171662390.280.7200.06276.4284.3959.8
HexAB42EF1C4806114543c
Octal253102357341100642412474
Binary1010101110000101110111111100100100001101000101001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB42EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB42EF; }

 p { color: rgb(171,66,239); }

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

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

 a { background-color: rgb(171,66,239); }

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

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

 span { border-color: rgb(171,66,239); }

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