#AB48E6

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

Shades of Medium Orchid #AB48E6

Tints of Medium Orchid #AB48E6

Color information

#AB48E6 (or 0xAB48E6) is unknown color: approx Medium Orchid. HEX triplet: AB, 48 and E6. RGB value is (171,72,230). Sum of RGB (Red+Green+Blue) = 171+72+230=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 72 (28.52% from 255 or 15.22% from 473); Blue value is 230 (90.23% from 255 or 48.63% from 473); Max value from RGB is 230 - color contains mainly: blue. Hex color #AB48E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB48E6 is #54B719. Grayscale: #777777. Windows color (decimal): -5551898 or 15091883. OLE color: 15091883.

HSL color Cylindrical-coordinate representation of color #AB48E6: hue angle of 277.59º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB48E6 is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB17172230-
CMYK0.260.6900.10
HSL277.59º75.96%59.22%-
HSV(B)277.59º68.7%90.2%-
XYZ33.3919.0176.77-
YUV119.61190.3164.65-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.15%
GREEN value IS 72 (28.52% from 255) = 15.22%
BLUE value IS 230 (90.23% from 255) = 48.63%
R=36.15%
G=15.22%
B=48.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal171722300.260.6900.10277.5975.9659.22
HexAB48E61A450A1164c3b
Octal2531103463210501242611473
Binary10101011100100011100110110101000101010101000101101001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB48E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB48E6; }

 p { color: rgb(171,72,230); }

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

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

 a { background-color: rgb(171,72,230); }

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

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

 span { border-color: rgb(171,72,230); }

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