#AC61CE

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

Shades of Medium Orchid #AC61CE

Tints of Medium Orchid #AC61CE

Color information

#AC61CE (or 0xAC61CE) is unknown color: approx Medium Orchid. HEX triplet: AC, 61 and CE. RGB value is (172,97,206). Sum of RGB (Red+Green+Blue) = 172+97+206=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 97 (38.28% from 255 or 20.42% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC61CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC61CE is #539E31. Grayscale: #838383. Windows color (decimal): -5479986 or 13525420. OLE color: 13525420.

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

Color convert

RGB17297206-
CMYK0.170.5300.19
HSL281.28º52.66%59.41%-
HSV(B)281.28º52.91%80.78%-
XYZ32.4321.7860.89-
YUV131.85169.85156.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.21%
GREEN value IS 97 (38.28% from 255) = 20.42%
BLUE value IS 206 (80.86% from 255) = 43.37%
R=36.21%
G=20.42%
B=43.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal172972060.170.5300.19281.2852.6659.41
HexAC61CE1135013119353b
Octal25414131621650234316573
Binary1010110011000011100111010001110101010011100011001110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC61CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC61CE; }

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

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

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

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

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

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

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

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