#AA41C6

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

Shades of Dark Orchid #AA41C6

Tints of Dark Orchid #AA41C6

Color information

#AA41C6 (or 0xAA41C6) is unknown color: approx Dark Orchid. HEX triplet: AA, 41 and C6. RGB value is (170,65,198). Sum of RGB (Red+Green+Blue) = 170+65+198=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 65 (25.78% from 255 or 15.01% from 433); Blue value is 198 (77.73% from 255 or 45.73% from 433); Max value from RGB is 198 - color contains mainly: blue. Hex color #AA41C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA41C6 is #55BE39. Grayscale: #6F6F6F. Windows color (decimal): -5619258 or 12992938. OLE color: 12992938.

HSL color Cylindrical-coordinate representation of color #AA41C6: hue angle of 287.37º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA41C6 is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17065198-
CMYK0.140.6700.22
HSL287.37º53.85%51.57%-
HSV(B)287.37º67.17%77.65%-
XYZ28.6616.455.08-
YUV111.56176.79169.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.26%
GREEN value IS 65 (25.78% from 255) = 15.01%
BLUE value IS 198 (77.73% from 255) = 45.73%
R=39.26%
G=15.01%
B=45.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal170651980.140.6700.22287.3753.8551.57
HexAA41C6E4301611f3634
Octal252101306161030264376664
Binary1010101010000011100011011101000011010110100011111110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA41C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA41C6; }

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

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

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

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

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

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

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

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