#AA25A8

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

Shades of Dark Orchid #AA25A8

Tints of Dark Orchid #AA25A8

Color information

#AA25A8 (or 0xAA25A8) is unknown color: approx Dark Orchid. HEX triplet: AA, 25 and A8. RGB value is (170,37,168). Sum of RGB (Red+Green+Blue) = 170+37+168=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 37 (14.84% from 255 or 9.87% from 375); Blue value is 168 (66.02% from 255 or 44.8% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA25A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA25A8 is #55DA57. Grayscale: #5B5B5B. Windows color (decimal): -5626456 or 11019690. OLE color: 11019690.

HSL color Cylindrical-coordinate representation of color #AA25A8: hue angle of 300.9º 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 #AA25A8 is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB17037168-
CMYK00.780.010.33
HSL300.9º64.25%40.59%-
HSV(B)300.9º78.24%66.67%-
XYZ24.3112.738.22-
YUV91.7171.06183.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.33%
GREEN value IS 37 (14.84% from 255) = 9.87%
BLUE value IS 168 (66.02% from 255) = 44.8%
R=45.33%
G=9.87%
B=44.8%

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
Decimal1703716800.780.010.33300.964.2540.59
HexAA25A804E12112d4029
Octal25245250011614145510051
Binary10101010100101101010000100111011000011001011011000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA25A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA25A8; }

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

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

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

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

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

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

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

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