#AC28BB

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

Shades of Dark Orchid #AC28BB

Tints of Dark Orchid #AC28BB

Color information

#AC28BB (or 0xAC28BB) is unknown color: approx Dark Orchid. HEX triplet: AC, 28 and BB. RGB value is (172,40,187). Sum of RGB (Red+Green+Blue) = 172+40+187=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 40 (16.02% from 255 or 10.03% from 399); Blue value is 187 (73.44% from 255 or 46.87% from 399); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC28BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC28BB is #53D744. Grayscale: #5F5F5F. Windows color (decimal): -5494597 or 12265644. OLE color: 12265644.

HSL color Cylindrical-coordinate representation of color #AC28BB: hue angle of 293.88º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC28BB is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17240187-
CMYK0.080.7900.27
HSL293.88º64.76%44.51%-
HSV(B)293.88º78.61%73.33%-
XYZ26.7413.8848.28-
YUV96.23179.23182.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.11%
GREEN value IS 40 (16.02% from 255) = 10.03%
BLUE value IS 187 (73.44% from 255) = 46.87%
R=43.11%
G=10.03%
B=46.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal172401870.080.7900.27293.8864.7644.51
HexAC28BB84F01B126412d
Octal254502731011703344610155
Binary1010110010100010111011100010011110110111001001101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC28BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC28BB; }

 p { color: rgb(172,40,187); }

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

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

 a { background-color: rgb(172,40,187); }

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

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

 span { border-color: rgb(172,40,187); }

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