#AD26AC

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

Shades of Dark Orchid #AD26AC

Tints of Dark Orchid #AD26AC

Color information

#AD26AC (or 0xAD26AC) is unknown color: approx Dark Orchid. HEX triplet: AD, 26 and AC. RGB value is (173,38,172). Sum of RGB (Red+Green+Blue) = 173+38+172=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 38 (15.23% from 255 or 9.92% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD26AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD26AC is #52D953. Grayscale: #5D5D5D. Windows color (decimal): -5429588 or 11282093. OLE color: 11282093.

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

Color convert

RGB17338172-
CMYK00.780.010.32
HSL300.44º63.98%41.37%-
HSV(B)300.44º78.03%67.84%-
XYZ25.3713.2540.25-
YUV93.64172.23184.6-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.17%
GREEN value IS 38 (15.23% from 255) = 9.92%
BLUE value IS 172 (67.58% from 255) = 44.91%
R=45.17%
G=9.92%
B=44.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1733817200.780.010.32300.4463.9841.37
HexAD26AC04E12012c4029
Octal25546254011614045410051
Binary10101101100110101011000100111011000001001011001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD26AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD26AC; }

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

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

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

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

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

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

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

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