#AC26AB

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

Shades of Dark Orchid #AC26AB

Tints of Dark Orchid #AC26AB

Color information

#AC26AB (or 0xAC26AB) is unknown color: approx Dark Orchid. HEX triplet: AC, 26 and AB. RGB value is (172,38,171). Sum of RGB (Red+Green+Blue) = 172+38+171=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 38 (15.23% from 255 or 9.97% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC26AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC26AB is #53D954. Grayscale: #5C5C5C. Windows color (decimal): -5495125 or 11216556. OLE color: 11216556.

HSL color Cylindrical-coordinate representation of color #AC26AB: hue angle of 300.45º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC26AB is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB17238171-
CMYK00.780.010.33
HSL300.45º63.81%41.18%-
HSV(B)300.45º77.91%67.45%-
XYZ25.0613.139.74-
YUV93.23171.89184.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.14%
GREEN value IS 38 (15.23% from 255) = 9.97%
BLUE value IS 171 (67.19% from 255) = 44.88%
R=45.14%
G=9.97%
B=44.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1723817100.780.010.33300.4563.8141.18
HexAC26AB04E12112c4029
Octal25446253011614145410051
Binary10101100100110101010110100111011000011001011001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC26AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC26AB; }

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

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

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

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

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

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

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

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