#AA25AD

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

Shades of Dark Orchid #AA25AD

Tints of Dark Orchid #AA25AD

Color information

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

HSL color Cylindrical-coordinate representation of color #AA25AD: hue angle of 298.68º 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 #AA25AD is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17037173-
CMYK0.020.7900.32
HSL298.68º64.76%41.18%-
HSV(B)298.68º78.61%67.84%-
XYZ24.7812.8940.72-
YUV92.27173.56183.44-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal170371730.020.7900.32298.6864.7641.18
HexAA25AD24F02012b4129
Octal25245255211704045310151
Binary101010101001011010110110100111101000001001010111000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA25AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA25AD; }

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

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

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

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

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

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

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

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