#AC23BB

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

Shades of Dark Orchid #AC23BB

Tints of Dark Orchid #AC23BB

Color information

#AC23BB (or 0xAC23BB) is unknown color: approx Dark Orchid. HEX triplet: AC, 23 and BB. RGB value is (172,35,187). Sum of RGB (Red+Green+Blue) = 172+35+187=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 35 (14.06% from 255 or 8.88% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC23BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC23BB is #53DC44. Grayscale: #5C5C5C. Windows color (decimal): -5495877 or 12264364. OLE color: 12264364.

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

Color convert

RGB17235187-
CMYK0.080.8100.27
HSL294.08º68.47%43.53%-
HSV(B)294.08º81.28%73.33%-
XYZ26.5813.5648.23-
YUV93.29180.89184.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.65%
GREEN value IS 35 (14.06% from 255) = 8.88%
BLUE value IS 187 (73.44% from 255) = 47.46%
R=43.65%
G=8.88%
B=47.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal172351870.080.8100.27294.0868.4743.53
HexAC23BB85101B126442c
Octal254432731012103344610454
Binary1010110010001110111011100010100010110111001001101000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC23BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC23BB; }

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

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

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

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

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

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

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

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