#AC63CE

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

Shades of Medium Orchid #AC63CE

Tints of Medium Orchid #AC63CE

Color information

#AC63CE (or 0xAC63CE) is unknown color: approx Medium Orchid. HEX triplet: AC, 63 and CE. RGB value is (172,99,206). Sum of RGB (Red+Green+Blue) = 172+99+206=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 99 (39.06% from 255 or 20.75% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC63CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC63CE is #539C31. Grayscale: #848484. Windows color (decimal): -5479474 or 13525932. OLE color: 13525932.

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

Color convert

RGB17299206-
CMYK0.170.5200.19
HSL280.93º52.2%59.8%-
HSV(B)280.93º51.94%80.78%-
XYZ32.6222.1560.95-
YUV133.02169.18155.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.06%
GREEN value IS 99 (39.06% from 255) = 20.75%
BLUE value IS 206 (80.86% from 255) = 43.19%
R=36.06%
G=20.75%
B=43.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal172992060.170.5200.19280.9352.259.8
HexAC63CE1134013119343c
Octal25414331621640234316474
Binary1010110011000111100111010001110100010011100011001110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC63CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC63CE; }

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

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

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

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

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

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

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

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