#AA1CC1

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

Shades of Dark Orchid #AA1CC1

Tints of Dark Orchid #AA1CC1

Color information

#AA1CC1 (or 0xAA1CC1) is unknown color: approx Dark Orchid. HEX triplet: AA, 1C and C1. RGB value is (170,28,193). Sum of RGB (Red+Green+Blue) = 170+28+193=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 28 (11.33% from 255 or 7.16% from 391); Blue value is 193 (75.78% from 255 or 49.36% from 391); Max value from RGB is 193 - color contains mainly: blue. Hex color #AA1CC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1CC1 is #55E33E. Grayscale: #585858. Windows color (decimal): -5628735 or 12655786. OLE color: 12655786.

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

Color convert

RGB17028193-
CMYK0.120.8500.24
HSL291.64º74.66%43.33%-
HSV(B)291.64º85.49%75.69%-
XYZ26.6213.2351.6-
YUV89.27186.54185.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.48%
GREEN value IS 28 (11.33% from 255) = 7.16%
BLUE value IS 193 (75.78% from 255) = 49.36%
R=43.48%
G=7.16%
B=49.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal170281930.120.8500.24291.6474.6643.33
HexAA1CC1C550181244b2b
Octal252343011412503044411353
Binary101010101110011000001110010101010110001001001001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1CC1; }

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

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

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

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

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

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

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

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