#AC27AE

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

Shades of Dark Orchid #AC27AE

Tints of Dark Orchid #AC27AE

Color information

#AC27AE (or 0xAC27AE) is unknown color: approx Dark Orchid. HEX triplet: AC, 27 and AE. RGB value is (172,39,174). Sum of RGB (Red+Green+Blue) = 172+39+174=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 39 (15.62% from 255 or 10.13% from 385); Blue value is 174 (68.36% from 255 or 45.19% from 385); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC27AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC27AE is #53D851. Grayscale: #5D5D5D. Windows color (decimal): -5494866 or 11413420. OLE color: 11413420.

HSL color Cylindrical-coordinate representation of color #AC27AE: hue angle of 299.11º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC27AE is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17239174-
CMYK0.010.7800.32
HSL299.11º63.38%41.76%-
HSV(B)299.11º77.59%68.24%-
XYZ25.3813.2841.27-
YUV94.16173.06183.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.68%
GREEN value IS 39 (15.62% from 255) = 10.13%
BLUE value IS 174 (68.36% from 255) = 45.19%
R=44.68%
G=10.13%
B=45.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal172391740.010.7800.32299.1163.3841.76
HexAC27AE14E02012b3f2a
Octal2544725611160404537752
Binary1010110010011110101110110011100100000100101011111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC27AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC27AE; }

 p { color: rgb(172,39,174); }

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

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

 a { background-color: rgb(172,39,174); }

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

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

 span { border-color: rgb(172,39,174); }

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