#AB48CF

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

Shades of Medium Orchid #AB48CF

Tints of Medium Orchid #AB48CF

Color information

#AB48CF (or 0xAB48CF) is unknown color: approx Medium Orchid. HEX triplet: AB, 48 and CF. RGB value is (171,72,207). Sum of RGB (Red+Green+Blue) = 171+72+207=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 72 (28.52% from 255 or 16% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB48CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB48CF is #54B730. Grayscale: #747474. Windows color (decimal): -5551921 or 13584555. OLE color: 13584555.

HSL color Cylindrical-coordinate representation of color #AB48CF: hue angle of 284º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB48CF is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17172207-
CMYK0.170.6500.19
HSL284º58.44%54.71%-
HSV(B)284º65.22%81.18%-
XYZ30.3717.860.87-
YUV116.99178.8166.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38%
GREEN value IS 72 (28.52% from 255) = 16%
BLUE value IS 207 (81.25% from 255) = 46%
R=38%
G=16%
B=46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal171722070.170.6500.1928458.4454.71
HexAB48CF114101311c3a37
Octal253110317211010234347267
Binary10101011100100011001111100011000001010011100011100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB48CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB48CF; }

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

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

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

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

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

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

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

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