#AC26D8

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

Shades of Dark Orchid #AC26D8

Tints of Dark Orchid #AC26D8

Color information

#AC26D8 (or 0xAC26D8) is unknown color: approx Dark Orchid. HEX triplet: AC, 26 and D8. RGB value is (172,38,216). Sum of RGB (Red+Green+Blue) = 172+38+216=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 38 (15.23% from 255 or 8.92% from 426); Blue value is 216 (84.77% from 255 or 50.70% from 426); Max value from RGB is 216 - color contains mainly: blue. Hex color #AC26D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC26D8 is #53D927. Grayscale: #616161. Windows color (decimal): -5495080 or 14165676. OLE color: 14165676.

HSL color Cylindrical-coordinate representation of color #AC26D8: hue angle of 285.17º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC26D8 is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17238216-
CMYK0.200.8200.15
HSL285.17º70.08%49.8%-
HSV(B)285.17º82.41%84.71%-
XYZ30.115.1166.3-
YUV98.36194.39180.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.38%
GREEN value IS 38 (15.23% from 255) = 8.92%
BLUE value IS 216 (84.77% from 255) = 50.70%
R=40.38%
G=8.92%
B=50.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal172382160.200.8200.15285.1770.0849.8
HexAC26D814520F11d4632
Octal254463302412201743510662
Binary1010110010011011011000101001010010011111000111011000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC26D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC26D8; }

 p { color: rgb(172,38,216); }

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

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

 a { background-color: rgb(172,38,216); }

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

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

 span { border-color: rgb(172,38,216); }

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