#AA41CE

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

Shades of Dark Orchid #AA41CE

Tints of Dark Orchid #AA41CE

Color information

#AA41CE (or 0xAA41CE) is unknown color: approx Dark Orchid. HEX triplet: AA, 41 and CE. RGB value is (170,65,206). Sum of RGB (Red+Green+Blue) = 170+65+206=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 65 (25.78% from 255 or 14.74% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA41CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA41CE is #55BE31. Grayscale: #707070. Windows color (decimal): -5619250 or 13517226. OLE color: 13517226.

HSL color Cylindrical-coordinate representation of color #AA41CE: hue angle of 284.68º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA41CE is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17065206-
CMYK0.170.6800.19
HSL284.68º59%53.14%-
HSV(B)284.68º68.45%80.78%-
XYZ29.6116.7860.07-
YUV112.47180.79169.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.55%
GREEN value IS 65 (25.78% from 255) = 14.74%
BLUE value IS 206 (80.86% from 255) = 46.71%
R=38.55%
G=14.74%
B=46.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal170652060.170.6800.19284.685953.14
HexAA41CE114401311d3b35
Octal252101316211040234357365
Binary10101010100000111001110100011000100010011100011101111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA41CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA41CE; }

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

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

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

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

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

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

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

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