#AA41DF

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

Shades of Dark Orchid #AA41DF

Tints of Dark Orchid #AA41DF

Color information

#AA41DF (or 0xAA41DF) is unknown color: approx Dark Orchid. HEX triplet: AA, 41 and DF. RGB value is (170,65,223). Sum of RGB (Red+Green+Blue) = 170+65+223=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 65 (25.78% from 255 or 14.19% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA41DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA41DF is #55BE20. Grayscale: #717171. Windows color (decimal): -5619233 or 14631338. OLE color: 14631338.

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

Color convert

RGB17065223-
CMYK0.240.7100.13
HSL279.87º71.17%56.47%-
HSV(B)279.87º70.85%87.45%-
XYZ31.7917.6571.54-
YUV114.41189.29167.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.12%
GREEN value IS 65 (25.78% from 255) = 14.19%
BLUE value IS 223 (87.5% from 255) = 48.69%
R=37.12%
G=14.19%
B=48.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal170652230.240.7100.13279.8771.1756.47
HexAA41DF18470D1184738
Octal2521013373010701543010770
Binary10101010100000111011111110001000111011011000110001000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA41DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA41DF; }

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

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

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

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

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

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

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

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