#AC61D9

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

Shades of Medium Orchid #AC61D9

Tints of Medium Orchid #AC61D9

Color information

#AC61D9 (or 0xAC61D9) is unknown color: approx Medium Orchid. HEX triplet: AC, 61 and D9. RGB value is (172,97,217). Sum of RGB (Red+Green+Blue) = 172+97+217=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 97 (38.28% from 255 or 19.96% from 486); Blue value is 217 (85.16% from 255 or 44.65% from 486); Max value from RGB is 217 - color contains mainly: blue. Hex color #AC61D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC61D9 is #539E26. Grayscale: #848484. Windows color (decimal): -5479975 or 14246316. OLE color: 14246316.

HSL color Cylindrical-coordinate representation of color #AC61D9: hue angle of 277.5º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC61D9 is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17297217-
CMYK0.210.5500.15
HSL277.5º61.22%61.57%-
HSV(B)277.5º55.3%85.1%-
XYZ33.8122.3368.17-
YUV133.1175.35155.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.39%
GREEN value IS 97 (38.28% from 255) = 19.96%
BLUE value IS 217 (85.16% from 255) = 44.65%
R=35.39%
G=19.96%
B=44.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal172972170.210.5500.15277.561.2261.57
HexAC61D915370F1163d3e
Octal25414133125670174267576
Binary101011001100001110110011010111011101111100010110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC61D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC61D9; }

 p { color: rgb(172,97,217); }

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

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

 a { background-color: rgb(172,97,217); }

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

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

 span { border-color: rgb(172,97,217); }

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