#AA39C6

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

Shades of Dark Orchid #AA39C6

Tints of Dark Orchid #AA39C6

Color information

#AA39C6 (or 0xAA39C6) is unknown color: approx Dark Orchid. HEX triplet: AA, 39 and C6. RGB value is (170,57,198). Sum of RGB (Red+Green+Blue) = 170+57+198=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 57 (22.66% from 255 or 13.41% from 425); Blue value is 198 (77.73% from 255 or 46.59% from 425); Max value from RGB is 198 - color contains mainly: blue. Hex color #AA39C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA39C6 is #55C639. Grayscale: #6A6A6A. Windows color (decimal): -5621306 or 12990890. OLE color: 12990890.

HSL color Cylindrical-coordinate representation of color #AA39C6: hue angle of 288.09º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA39C6 is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17057198-
CMYK0.140.7100.22
HSL288.09º55.29%50%-
HSV(B)288.09º71.21%77.65%-
XYZ28.2315.5554.94-
YUV106.86179.44173.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40%
GREEN value IS 57 (22.66% from 255) = 13.41%
BLUE value IS 198 (77.73% from 255) = 46.59%
R=40%
G=13.41%
B=46.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal170571980.140.7100.22288.0955.2950
HexAA39C6E470161203732
Octal25271306161070264406762
Binary101010101110011100011011101000111010110100100000110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA39C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA39C6; }

 p { color: rgb(170,57,198); }

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

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

 a { background-color: rgb(170,57,198); }

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

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

 span { border-color: rgb(170,57,198); }

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