#AB48E5

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

Shades of Medium Orchid #AB48E5

Tints of Medium Orchid #AB48E5

Color information

#AB48E5 (or 0xAB48E5) is unknown color: approx Medium Orchid. HEX triplet: AB, 48 and E5. RGB value is (171,72,229). Sum of RGB (Red+Green+Blue) = 171+72+229=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 72 (28.52% from 255 or 15.25% from 472); Blue value is 229 (89.84% from 255 or 48.52% from 472); Max value from RGB is 229 - color contains mainly: blue. Hex color #AB48E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB48E5 is #54B71A. Grayscale: #767676. Windows color (decimal): -5551899 or 15026347. OLE color: 15026347.

HSL color Cylindrical-coordinate representation of color #AB48E5: hue angle of 277.83º degrees, saturation: 0.75, 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 #AB48E5 is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB17172229-
CMYK0.250.6900.10
HSL277.83º75.12%59.02%-
HSV(B)277.83º68.56%89.8%-
XYZ33.2518.9576.03-
YUV119.5189.8164.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.23%
GREEN value IS 72 (28.52% from 255) = 15.25%
BLUE value IS 229 (89.84% from 255) = 48.52%
R=36.23%
G=15.25%
B=48.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal171722290.250.6900.10277.8375.1259.02
HexAB48E519450A1164b3b
Octal2531103453110501242611373
Binary10101011100100011100101110011000101010101000101101001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB48E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB48E5; }

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

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

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

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

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

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

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

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