#AA3CCC

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

Shades of Dark Orchid #AA3CCC

Tints of Dark Orchid #AA3CCC

Color information

#AA3CCC (or 0xAA3CCC) is unknown color: approx Dark Orchid. HEX triplet: AA, 3C and CC. RGB value is (170,60,204). Sum of RGB (Red+Green+Blue) = 170+60+204=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 60 (23.83% from 255 or 13.82% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA3CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3CCC is #55C333. Grayscale: #6C6C6C. Windows color (decimal): -5620532 or 13384874. OLE color: 13384874.

HSL color Cylindrical-coordinate representation of color #AA3CCC: hue angle of 285.83º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA3CCC is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17060204-
CMYK0.170.7100.2
HSL285.83º58.54%51.76%-
HSV(B)285.83º70.59%80%-
XYZ29.0916.1458.71-
YUV109.31181.44171.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.17%
GREEN value IS 60 (23.83% from 255) = 13.82%
BLUE value IS 204 (80.08% from 255) = 47.00%
R=39.17%
G=13.82%
B=47.00%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal170602040.170.7100.2285.8358.5451.76
HexAA3CCC114701411e3b34
Octal25274314211070244367364
Binary1010101011110011001100100011000111010100100011110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3CCC; }

 p { color: rgb(170,60,204); }

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

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

 a { background-color: rgb(170,60,204); }

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

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

 span { border-color: rgb(170,60,204); }

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