#AA39CE

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

Shades of Dark Orchid #AA39CE

Tints of Dark Orchid #AA39CE

Color information

#AA39CE (or 0xAA39CE) is unknown color: approx Dark Orchid. HEX triplet: AA, 39 and CE. RGB value is (170,57,206). Sum of RGB (Red+Green+Blue) = 170+57+206=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 57 (22.66% from 255 or 13.16% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA39CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA39CE is #55C631. Grayscale: #6B6B6B. Windows color (decimal): -5621298 or 13515178. OLE color: 13515178.

HSL color Cylindrical-coordinate representation of color #AA39CE: hue angle of 285.5º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA39CE is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17057206-
CMYK0.170.7200.19
HSL285.5º60.32%51.57%-
HSV(B)285.5º72.33%80.78%-
XYZ29.1815.9359.93-
YUV107.77183.44172.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.26%
GREEN value IS 57 (22.66% from 255) = 13.16%
BLUE value IS 206 (80.86% from 255) = 47.58%
R=39.26%
G=13.16%
B=47.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal170572060.170.7200.19285.560.3251.57
HexAA39CE114801311e3c34
Octal25271316211100234367464
Binary1010101011100111001110100011001000010011100011110111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA39CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA39CE; }

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

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

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

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

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

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

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

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