#AE37D9

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

Shades of Dark Orchid #AE37D9

Tints of Dark Orchid #AE37D9

Color information

#AE37D9 (or 0xAE37D9) is unknown color: approx Dark Orchid. HEX triplet: AE, 37 and D9. RGB value is (174,55,217). Sum of RGB (Red+Green+Blue) = 174+55+217=446 (59% of max value = 765). Red value is 174 (68.36% from 255 or 39.01% from 446); Green value is 55 (21.88% from 255 or 12.33% from 446); Blue value is 217 (85.16% from 255 or 48.65% from 446); Max value from RGB is 217 - color contains mainly: blue. Hex color #AE37D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE37D9 is #51C826. Grayscale: #6C6C6C. Windows color (decimal): -5359655 or 14235566. OLE color: 14235566.

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

Color convert

RGB17455217-
CMYK0.200.7500.15
HSL284.07º68.07%53.33%-
HSV(B)284.07º74.65%85.1%-
XYZ31.3516.7467.22-
YUV109.05188.92174.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.01%
GREEN value IS 55 (21.88% from 255) = 12.33%
BLUE value IS 217 (85.16% from 255) = 48.65%
R=39.01%
G=12.33%
B=48.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal174552170.200.7500.15284.0768.0753.33
HexAE37D9144B0F11c4435
Octal256673312411301743410465
Binary1010111011011111011001101001001011011111000111001000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE37D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE37D9; }

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

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

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

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

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

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

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

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