#AC63D0

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

Shades of Medium Orchid #AC63D0

Tints of Medium Orchid #AC63D0

Color information

#AC63D0 (or 0xAC63D0) is unknown color: approx Medium Orchid. HEX triplet: AC, 63 and D0. RGB value is (172,99,208). Sum of RGB (Red+Green+Blue) = 172+99+208=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 99 (39.06% from 255 or 20.67% from 479); Blue value is 208 (81.64% from 255 or 43.42% from 479); Max value from RGB is 208 - color contains mainly: blue. Hex color #AC63D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC63D0 is #539C2F. Grayscale: #848484. Windows color (decimal): -5479472 or 13657004. OLE color: 13657004.

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

Color convert

RGB17299208-
CMYK0.170.5200.18
HSL280.18º53.69%60.2%-
HSV(B)280.18º52.4%81.57%-
XYZ32.8622.2562.24-
YUV133.25170.18155.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.91%
GREEN value IS 99 (39.06% from 255) = 20.67%
BLUE value IS 208 (81.64% from 255) = 43.42%
R=35.91%
G=20.67%
B=43.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal172992080.170.5200.18280.1853.6960.2
HexAC63D01134012118363c
Octal25414332021640224306674
Binary1010110011000111101000010001110100010010100011000110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC63D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC63D0; }

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

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

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

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

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

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

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

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