#AA3DC1

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

Shades of Dark Orchid #AA3DC1

Tints of Dark Orchid #AA3DC1

Color information

#AA3DC1 (or 0xAA3DC1) is unknown color: approx Dark Orchid. HEX triplet: AA, 3D and C1. RGB value is (170,61,193). Sum of RGB (Red+Green+Blue) = 170+61+193=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 61 (24.22% from 255 or 14.39% from 424); Blue value is 193 (75.78% from 255 or 45.52% from 424); Max value from RGB is 193 - color contains mainly: blue. Hex color #AA3DC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3DC1 is #55C23E. Grayscale: #6C6C6C. Windows color (decimal): -5620287 or 12664234. OLE color: 12664234.

HSL color Cylindrical-coordinate representation of color #AA3DC1: hue angle of 289.55º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA3DC1 is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17061193-
CMYK0.120.6800.24
HSL289.55º51.97%49.8%-
HSV(B)289.55º68.39%75.69%-
XYZ27.8715.7352.02-
YUV108.64175.61171.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.09%
GREEN value IS 61 (24.22% from 255) = 14.39%
BLUE value IS 193 (75.78% from 255) = 45.52%
R=40.09%
G=14.39%
B=45.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal170611930.120.6800.24289.5551.9749.8
HexAA3DC1C440181223432
Octal25275301141040304426462
Binary101010101111011100000111001000100011000100100010110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3DC1; }

 p { color: rgb(170,61,193); }

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

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

 a { background-color: rgb(170,61,193); }

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

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

 span { border-color: rgb(170,61,193); }

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