#AC26E9

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

Shades of Dark Orchid #AC26E9

Tints of Dark Orchid #AC26E9

Color information

#AC26E9 (or 0xAC26E9) is unknown color: approx Dark Orchid. HEX triplet: AC, 26 and E9. RGB value is (172,38,233). Sum of RGB (Red+Green+Blue) = 172+38+233=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 38 (15.23% from 255 or 8.58% from 443); Blue value is 233 (91.41% from 255 or 52.60% from 443); Max value from RGB is 233 - color contains mainly: blue. Hex color #AC26E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC26E9 is #53D916. Grayscale: #636363. Windows color (decimal): -5495063 or 15279788. OLE color: 15279788.

HSL color Cylindrical-coordinate representation of color #AC26E9: hue angle of 281.23º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC26E9 is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17238233-
CMYK0.260.8400.09
HSL281.23º81.59%53.14%-
HSV(B)281.23º83.69%91.37%-
XYZ32.4116.0478.48-
YUV100.3202.89179.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.83%
GREEN value IS 38 (15.23% from 255) = 8.58%
BLUE value IS 233 (91.41% from 255) = 52.60%
R=38.83%
G=8.58%
B=52.60%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal172382330.260.8400.09281.2381.5953.14
HexAC26E91A54091195235
Octal254463513212401143112265
Binary1010110010011011101001110101010100010011000110011010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC26E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC26E9; }

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

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

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

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

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

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

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

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