#aa41c9

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

Shades of Dark Orchid #AA41C9

Tints of Dark Orchid #AA41C9

Color information

#AA41C9 (or 0xAA41C9) is unknown color: approx Dark Orchid. HEX triplet: AA, 41 and C9. RGB value is (170,65,201). Sum of RGB (Red+Green+Blue) = 170+65+201=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 65 (25.78% from 255 or 14.91% from 436); Blue value is 201 (78.91% from 255 or 46.10% from 436); Max value from RGB is 201 - color contains mainly: blue. Hex color #AA41C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA41C9 is #55BE36. Grayscale: #6F6F6F. Windows color (decimal): -5619255 or 13189546. OLE color: 13189546.

HSL color Cylindrical-coordinate representation of color #AA41C9: hue angle of 286.32º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA41C9 is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17065201-
CMYK0.150.6800.21
HSL286.32º55.74%52.16%-
HSV(B)286.32º67.66%78.82%-
XYZ29.0116.5456.92-
YUV111.9178.29169.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.99%
GREEN value IS 65 (25.78% from 255) = 14.91%
BLUE value IS 201 (78.91% from 255) = 46.10%
R=38.99%
G=14.91%
B=46.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal170652010.150.6800.21286.3255.7452.16
HexAA41C9F4401511e3834
Octal252101311171040254367064
Binary1010101010000011100100111111000100010101100011110111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa41c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa41c9; }

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

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

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

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

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

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

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

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