#AE1AD0

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

Shades of Dark Orchid #AE1AD0

Tints of Dark Orchid #AE1AD0

Color information

#AE1AD0 (or 0xAE1AD0) is unknown color: approx Dark Orchid. HEX triplet: AE, 1A and D0. RGB value is (174,26,208). Sum of RGB (Red+Green+Blue) = 174+26+208=408 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.65% from 408); Green value is 26 (10.55% from 255 or 6.37% from 408); Blue value is 208 (81.64% from 255 or 50.98% from 408); Max value from RGB is 208 - color contains mainly: blue. Hex color #AE1AD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE1AD0 is #51E52F. Grayscale: #5A5A5A. Windows color (decimal): -5367088 or 13638318. OLE color: 13638318.

HSL color Cylindrical-coordinate representation of color #AE1AD0: hue angle of 288.79º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AE1AD0 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB17426208-
CMYK0.160.8800.18
HSL288.79º77.78%45.88%-
HSV(B)288.79º87.5%81.57%-
XYZ29.2114.2960.89-
YUV91194.03187.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.65%
GREEN value IS 26 (10.55% from 255) = 6.37%
BLUE value IS 208 (81.64% from 255) = 50.98%
R=42.65%
G=6.37%
B=50.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal174262080.160.8800.18288.7977.7845.88
HexAE1AD010580121214e2e
Octal256323202013002244111656
Binary1010111011010110100001000010110000100101001000011001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1AD0; }

 p { color: rgb(174,26,208); }

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

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

 a { background-color: rgb(174,26,208); }

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

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

 span { border-color: rgb(174,26,208); }

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