#AB48D2

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

Shades of Medium Orchid #AB48D2

Tints of Medium Orchid #AB48D2

Color information

#AB48D2 (or 0xAB48D2) is unknown color: approx Medium Orchid. HEX triplet: AB, 48 and D2. RGB value is (171,72,210). Sum of RGB (Red+Green+Blue) = 171+72+210=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 72 (28.52% from 255 or 15.89% from 453); Blue value is 210 (82.42% from 255 or 46.36% from 453); Max value from RGB is 210 - color contains mainly: blue. Hex color #AB48D2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB48D2 is #54B72D. Grayscale: #747474. Windows color (decimal): -5551918 or 13781163. OLE color: 13781163.

HSL color Cylindrical-coordinate representation of color #AB48D2: hue angle of 283.04º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB48D2 is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB17172210-
CMYK0.190.6600.18
HSL283.04º60.53%55.29%-
HSV(B)283.04º65.71%82.35%-
XYZ30.7417.9562.82-
YUV117.33180.3166.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.75%
GREEN value IS 72 (28.52% from 255) = 15.89%
BLUE value IS 210 (82.42% from 255) = 46.36%
R=37.75%
G=15.89%
B=46.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal171722100.190.6600.18283.0460.5355.29
HexAB48D2134201211b3d37
Octal253110322231020224337567
Binary10101011100100011010010100111000010010010100011011111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB48D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB48D2; }

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

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

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

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

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

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

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

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