#AB49EA

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

Shades of Medium Orchid #AB49EA

Tints of Medium Orchid #AB49EA

Color information

#AB49EA (or 0xAB49EA) is unknown color: approx Medium Orchid. HEX triplet: AB, 49 and EA. RGB value is (171,73,234). Sum of RGB (Red+Green+Blue) = 171+73+234=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 73 (28.91% from 255 or 15.27% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB49EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB49EA is #54B615. Grayscale: #787878. Windows color (decimal): -5551638 or 15354283. OLE color: 15354283.

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

Color convert

RGB17173234-
CMYK0.270.6900.08
HSL276.52º79.31%60.2%-
HSV(B)276.52º68.8%91.76%-
XYZ34.0319.3679.79-
YUV120.66191.97163.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.77%
GREEN value IS 73 (28.91% from 255) = 15.27%
BLUE value IS 234 (91.80% from 255) = 48.95%
R=35.77%
G=15.27%
B=48.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal171732340.270.6900.08276.5279.3160.2
HexAB49EA1B45081154f3c
Octal2531113523310501042511774
Binary10101011100100111101010110111000101010001000101011001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB49EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB49EA; }

 p { color: rgb(171,73,234); }

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

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

 a { background-color: rgb(171,73,234); }

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

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

 span { border-color: rgb(171,73,234); }

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