#aa40c5

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

Shades of Dark Orchid #AA40C5

Tints of Dark Orchid #AA40C5

Color information

#AA40C5 (or 0xAA40C5) is unknown color: approx Dark Orchid. HEX triplet: AA, 40 and C5. RGB value is (170,64,197). Sum of RGB (Red+Green+Blue) = 170+64+197=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 64 (25.39% from 255 or 14.85% from 431); Blue value is 197 (77.34% from 255 or 45.71% from 431); Max value from RGB is 197 - color contains mainly: blue. Hex color #AA40C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA40C5 is #55BF3A. Grayscale: #6E6E6E. Windows color (decimal): -5619515 or 12927146. OLE color: 12927146.

HSL color Cylindrical-coordinate representation of color #AA40C5: hue angle of 287.82º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA40C5 is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17064197-
CMYK0.140.6800.23
HSL287.82º53.41%51.18%-
HSV(B)287.82º67.51%77.25%-
XYZ28.4916.2454.46-
YUV110.86176.62170.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.44%
GREEN value IS 64 (25.39% from 255) = 14.85%
BLUE value IS 197 (77.34% from 255) = 45.71%
R=39.44%
G=14.85%
B=45.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal170641970.140.6800.23287.8253.4151.18
HexAA40C5E440171203533
Octal252100305161040274406563
Binary1010101010000001100010111101000100010111100100000110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa40c5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa40c5; }

 p { color: rgb(170,64,197); }

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

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

 a { background-color: rgb(170,64,197); }

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

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

 span { border-color: rgb(170,64,197); }

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