#AD25AA

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

Shades of Dark Orchid #AD25AA

Tints of Dark Orchid #AD25AA

Color information

#AD25AA (or 0xAD25AA) is unknown color: approx Dark Orchid. HEX triplet: AD, 25 and AA. RGB value is (173,37,170). Sum of RGB (Red+Green+Blue) = 173+37+170=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 37 (14.84% from 255 or 9.74% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 173 - color contains mainly: red. Hex color #AD25AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD25AA is #52DA55. Grayscale: #5C5C5C. Windows color (decimal): -5429846 or 11150765. OLE color: 11150765.

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

Color convert

RGB17337170-
CMYK00.790.020.32
HSL301.32º64.76%41.18%-
HSV(B)301.32º78.61%67.84%-
XYZ25.1513.1139.24-
YUV92.83171.56185.19-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.53%
GREEN value IS 37 (14.84% from 255) = 9.74%
BLUE value IS 170 (66.80% from 255) = 44.74%
R=45.53%
G=9.74%
B=44.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1733717000.790.020.32301.3264.7641.18
HexAD25AA04F22012d4129
Octal25545252011724045510151
Binary101011011001011010101001001111101000001001011011000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD25AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD25AA; }

 p { color: rgb(173,37,170); }

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

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

 a { background-color: rgb(173,37,170); }

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

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

 span { border-color: rgb(173,37,170); }

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