#AC27BC

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

Shades of Dark Orchid #AC27BC

Tints of Dark Orchid #AC27BC

Color information

#AC27BC (or 0xAC27BC) is unknown color: approx Dark Orchid. HEX triplet: AC, 27 and BC. RGB value is (172,39,188). Sum of RGB (Red+Green+Blue) = 172+39+188=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 39 (15.62% from 255 or 9.77% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC27BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC27BC is #53D843. Grayscale: #5F5F5F. Windows color (decimal): -5494852 or 12330924. OLE color: 12330924.

HSL color Cylindrical-coordinate representation of color #AC27BC: hue angle of 293.56º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC27BC is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17239188-
CMYK0.090.7900.26
HSL293.56º65.64%44.51%-
HSV(B)293.56º79.26%73.73%-
XYZ26.8213.8548.84-
YUV95.75180.06182.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.11%
GREEN value IS 39 (15.62% from 255) = 9.77%
BLUE value IS 188 (73.83% from 255) = 47.12%
R=43.11%
G=9.77%
B=47.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal172391880.090.7900.26293.5665.6444.51
HexAC27BC94F01A126422d
Octal254472741111703244610255
Binary1010110010011110111100100110011110110101001001101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC27BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC27BC; }

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

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

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

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

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

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

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

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