#AC61D8

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

Shades of Medium Orchid #AC61D8

Tints of Medium Orchid #AC61D8

Color information

#AC61D8 (or 0xAC61D8) is unknown color: approx Medium Orchid. HEX triplet: AC, 61 and D8. RGB value is (172,97,216). Sum of RGB (Red+Green+Blue) = 172+97+216=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 97 (38.28% from 255 or 20% from 485); Blue value is 216 (84.77% from 255 or 44.54% from 485); Max value from RGB is 216 - color contains mainly: blue. Hex color #AC61D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC61D8 is #539E27. Grayscale: #848484. Windows color (decimal): -5479976 or 14180780. OLE color: 14180780.

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

Color convert

RGB17297216-
CMYK0.200.5500.15
HSL277.82º60.41%61.37%-
HSV(B)277.82º55.09%84.71%-
XYZ33.6822.2867.49-
YUV132.99174.85155.82-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.46%
GREEN value IS 97 (38.28% from 255) = 20%
BLUE value IS 216 (84.77% from 255) = 44.54%
R=35.46%
G=20%
B=44.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal172972160.200.5500.15277.8260.4161.37
HexAC61D814370F1163c3d
Octal25414133024670174267475
Binary101011001100001110110001010011011101111100010110111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC61D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC61D8; }

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

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

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

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

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

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

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

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