#AE3AD1

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

Shades of Dark Orchid #AE3AD1

Tints of Dark Orchid #AE3AD1

Color information

#AE3AD1 (or 0xAE3AD1) is unknown color: approx Dark Orchid. HEX triplet: AE, 3A and D1. RGB value is (174,58,209). Sum of RGB (Red+Green+Blue) = 174+58+209=441 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.46% from 441); Green value is 58 (23.05% from 255 or 13.15% from 441); Blue value is 209 (82.03% from 255 or 47.39% from 441); Max value from RGB is 209 - color contains mainly: blue. Hex color #AE3AD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE3AD1 is #51C52E. Grayscale: #6D6D6D. Windows color (decimal): -5358895 or 13712046. OLE color: 13712046.

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

Color convert

RGB17458209-
CMYK0.170.7200.18
HSL286.09º62.14%52.35%-
HSV(B)286.09º72.25%81.96%-
XYZ30.4816.6361.92-
YUV109.9183.93173.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.46%
GREEN value IS 58 (23.05% from 255) = 13.15%
BLUE value IS 209 (82.03% from 255) = 47.39%
R=39.46%
G=13.15%
B=47.39%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal174582090.170.7200.18286.0962.1452.35
HexAE3AD1114801211e3e34
Octal25672321211100224367664
Binary1010111011101011010001100011001000010010100011110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3AD1; }

 p { color: rgb(174,58,209); }

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

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

 a { background-color: rgb(174,58,209); }

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

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

 span { border-color: rgb(174,58,209); }

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