#AC48CE

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

Shades of Medium Orchid #AC48CE

Tints of Medium Orchid #AC48CE

Color information

#AC48CE (or 0xAC48CE) is unknown color: approx Medium Orchid. HEX triplet: AC, 48 and CE. RGB value is (172,72,206). Sum of RGB (Red+Green+Blue) = 172+72+206=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 72 (28.52% from 255 or 16% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC48CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC48CE is #53B731. Grayscale: #747474. Windows color (decimal): -5486386 or 13519020. OLE color: 13519020.

HSL color Cylindrical-coordinate representation of color #AC48CE: hue angle of 284.78º 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 #AC48CE is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17272206-
CMYK0.170.6500.19
HSL284.78º57.76%54.51%-
HSV(B)284.78º65.05%80.78%-
XYZ30.4717.8660.23-
YUV117.18178.13167.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.22%
GREEN value IS 72 (28.52% from 255) = 16%
BLUE value IS 206 (80.86% from 255) = 45.78%
R=38.22%
G=16%
B=45.78%

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
Decimal172722060.170.6500.19284.7857.7654.51
HexAC48CE114101311d3a37
Octal254110316211010234357267
Binary10101100100100011001110100011000001010011100011101111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC48CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC48CE; }

 p { color: rgb(172,72,206); }

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

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

 a { background-color: rgb(172,72,206); }

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

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

 span { border-color: rgb(172,72,206); }

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