#AC18C0

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

Shades of Dark Orchid #AC18C0

Tints of Dark Orchid #AC18C0

Color information

#AC18C0 (or 0xAC18C0) is unknown color: approx Dark Orchid. HEX triplet: AC, 18 and C0. RGB value is (172,24,192). Sum of RGB (Red+Green+Blue) = 172+24+192=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 24 (9.77% from 255 or 6.19% from 388); Blue value is 192 (75.39% from 255 or 49.48% from 388); Max value from RGB is 192 - color contains mainly: blue. Hex color #AC18C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC18C0 is #53E73F. Grayscale: #565656. Windows color (decimal): -5498688 or 12589228. OLE color: 12589228.

HSL color Cylindrical-coordinate representation of color #AC18C0: hue angle of 292.86º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC18C0 is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17224192-
CMYK0.100.8800.25
HSL292.86º77.78%42.35%-
HSV(B)292.86º87.5%75.29%-
XYZ26.8513.2351.01-
YUV87.4187.03188.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.33%
GREEN value IS 24 (9.77% from 255) = 6.19%
BLUE value IS 192 (75.39% from 255) = 49.48%
R=44.33%
G=6.19%
B=49.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal172241920.100.8800.25292.8677.7842.35
HexAC18C0A580191254e2a
Octal254303001213003144511652
Binary101011001100011000000101010110000110011001001011001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC18C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC18C0; }

 p { color: rgb(172,24,192); }

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

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

 a { background-color: rgb(172,24,192); }

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

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

 span { border-color: rgb(172,24,192); }

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