#AC61E1

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

Shades of Medium Orchid #AC61E1

Tints of Medium Orchid #AC61E1

Color information

#AC61E1 (or 0xAC61E1) is unknown color: approx Medium Orchid. HEX triplet: AC, 61 and E1. RGB value is (172,97,225). Sum of RGB (Red+Green+Blue) = 172+97+225=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 97 (38.28% from 255 or 19.64% from 494); Blue value is 225 (88.28% from 255 or 45.55% from 494); Max value from RGB is 225 - color contains mainly: blue. Hex color #AC61E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC61E1 is #539E1E. Grayscale: #858585. Windows color (decimal): -5479967 or 14770604. OLE color: 14770604.

HSL color Cylindrical-coordinate representation of color #AC61E1: hue angle of 275.16º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC61E1 is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB17297225-
CMYK0.240.5700.12
HSL275.16º68.09%63.14%-
HSV(B)275.16º56.89%88.24%-
XYZ34.8822.7673.79-
YUV134.02179.35155.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.82%
GREEN value IS 97 (38.28% from 255) = 19.64%
BLUE value IS 225 (88.28% from 255) = 45.55%
R=34.82%
G=19.64%
B=45.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal172972250.240.5700.12275.1668.0963.14
HexAC61E118390C113443f
Octal254141341307101442310477
Binary1010110011000011110000111000111001011001000100111000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC61E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC61E1; }

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

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

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

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

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

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

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

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