#AA3DC3

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

Shades of Dark Orchid #AA3DC3

Tints of Dark Orchid #AA3DC3

Color information

#AA3DC3 (or 0xAA3DC3) is unknown color: approx Dark Orchid. HEX triplet: AA, 3D and C3. RGB value is (170,61,195). Sum of RGB (Red+Green+Blue) = 170+61+195=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 61 (24.22% from 255 or 14.32% from 426); Blue value is 195 (76.56% from 255 or 45.77% from 426); Max value from RGB is 195 - color contains mainly: blue. Hex color #AA3DC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3DC3 is #55C23C. Grayscale: #6C6C6C. Windows color (decimal): -5620285 or 12795306. OLE color: 12795306.

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

Color convert

RGB17061195-
CMYK0.130.6900.24
HSL288.81º52.76%50.2%-
HSV(B)288.81º68.72%76.47%-
XYZ28.115.8253.2-
YUV108.87176.61171.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.91%
GREEN value IS 61 (24.22% from 255) = 14.32%
BLUE value IS 195 (76.56% from 255) = 45.77%
R=39.91%
G=14.32%
B=45.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal170611950.130.6900.24288.8152.7650.2
HexAA3DC3D450181213532
Octal25275303151050304416562
Binary101010101111011100001111011000101011000100100001110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3DC3; }

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

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

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

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

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

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

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

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