#AA25DF

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

Shades of Dark Orchid #AA25DF

Tints of Dark Orchid #AA25DF

Color information

#AA25DF (or 0xAA25DF) is unknown color: approx Dark Orchid. HEX triplet: AA, 25 and DF. RGB value is (170,37,223). Sum of RGB (Red+Green+Blue) = 170+37+223=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 37 (14.84% from 255 or 8.60% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA25DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA25DF is #55DA20. Grayscale: #616161. Windows color (decimal): -5626401 or 14624170. OLE color: 14624170.

HSL color Cylindrical-coordinate representation of color #AA25DF: hue angle of 282.9º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA25DF is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17037223-
CMYK0.240.8300.13
HSL282.9º74.4%50.98%-
HSV(B)282.9º83.41%87.45%-
XYZ30.5615.271.13-
YUV97.97198.56179.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.53%
GREEN value IS 37 (14.84% from 255) = 8.60%
BLUE value IS 223 (87.5% from 255) = 51.86%
R=39.53%
G=8.60%
B=51.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal170372230.240.8300.13282.974.450.98
HexAA25DF18530D11b4a33
Octal252453373012301543311263
Binary1010101010010111011111110001010011011011000110111001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA25DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA25DF; }

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

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

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

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

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

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

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

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