#AB48F4

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

Shades of Medium Orchid #AB48F4

Tints of Medium Orchid #AB48F4

Color information

#AB48F4 (or 0xAB48F4) is unknown color: approx Medium Orchid. HEX triplet: AB, 48 and F4. RGB value is (171,72,244). Sum of RGB (Red+Green+Blue) = 171+72+244=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 72 (28.52% from 255 or 14.78% from 487); Blue value is 244 (95.70% from 255 or 50.10% from 487); Max value from RGB is 244 - color contains mainly: blue. Hex color #AB48F4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB48F4 is #54B70B. Grayscale: #787878. Windows color (decimal): -5551884 or 16009387. OLE color: 16009387.

HSL color Cylindrical-coordinate representation of color #AB48F4: hue angle of 274.53º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB48F4 is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB17172244-
CMYK0.300.7000.04
HSL274.53º88.66%61.96%-
HSV(B)274.53º70.49%95.69%-
XYZ35.4419.8287.55-
YUV121.21197.3163.51-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.11%
GREEN value IS 72 (28.52% from 255) = 14.78%
BLUE value IS 244 (95.70% from 255) = 50.10%
R=35.11%
G=14.78%
B=50.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal171722440.300.7000.04274.5388.6661.96
HexAB48F41E4604113593e
Octal253110364361060442313176
Binary1010101110010001111010011110100011001001000100111011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB48F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB48F4; }

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

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

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

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

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

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

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

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