#AA41CF

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

Shades of Dark Orchid #AA41CF

Tints of Dark Orchid #AA41CF

Color information

#AA41CF (or 0xAA41CF) is unknown color: approx Dark Orchid. HEX triplet: AA, 41 and CF. RGB value is (170,65,207). Sum of RGB (Red+Green+Blue) = 170+65+207=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 65 (25.78% from 255 or 14.71% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA41CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA41CF is #55BE30. Grayscale: #707070. Windows color (decimal): -5619249 or 13582762. OLE color: 13582762.

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

Color convert

RGB17065207-
CMYK0.180.6900.19
HSL284.37º59.66%53.33%-
HSV(B)284.37º68.6%81.18%-
XYZ29.7316.8360.71-
YUV112.58181.29168.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.46%
GREEN value IS 65 (25.78% from 255) = 14.71%
BLUE value IS 207 (81.25% from 255) = 46.83%
R=38.46%
G=14.71%
B=46.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal170652070.180.6900.19284.3759.6653.33
HexAA41CF124501311c3c35
Octal252101317221050234347465
Binary10101010100000111001111100101000101010011100011100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA41CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA41CF; }

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

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

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

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

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

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

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

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