#AE39D9

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

Shades of Dark Orchid #AE39D9

Tints of Dark Orchid #AE39D9

Color information

#AE39D9 (or 0xAE39D9) is unknown color: approx Dark Orchid. HEX triplet: AE, 39 and D9. RGB value is (174,57,217). Sum of RGB (Red+Green+Blue) = 174+57+217=448 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.84% from 448); Green value is 57 (22.66% from 255 or 12.72% from 448); Blue value is 217 (85.16% from 255 or 48.44% from 448); Max value from RGB is 217 - color contains mainly: blue. Hex color #AE39D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE39D9 is #51C626. Grayscale: #6D6D6D. Windows color (decimal): -5359143 or 14236078. OLE color: 14236078.

HSL color Cylindrical-coordinate representation of color #AE39D9: hue angle of 283.88º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AE39D9 is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17457217-
CMYK0.200.7400.15
HSL283.88º67.8%53.73%-
HSV(B)283.88º73.73%85.1%-
XYZ31.4416.9367.26-
YUV110.22188.26173.49-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.84%
GREEN value IS 57 (22.66% from 255) = 12.72%
BLUE value IS 217 (85.16% from 255) = 48.44%
R=38.84%
G=12.72%
B=48.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal174572170.200.7400.15283.8867.853.73
HexAE39D9144A0F11c4436
Octal256713312411201743410466
Binary1010111011100111011001101001001010011111000111001000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE39D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE39D9; }

 p { color: rgb(174,57,217); }

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

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

 a { background-color: rgb(174,57,217); }

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

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

 span { border-color: rgb(174,57,217); }

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