#AE2DE4

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

Shades of Dark Orchid #AE2DE4

Tints of Dark Orchid #AE2DE4

Color information

#AE2DE4 (or 0xAE2DE4) is unknown color: approx Dark Orchid. HEX triplet: AE, 2D and E4. RGB value is (174,45,228). Sum of RGB (Red+Green+Blue) = 174+45+228=447 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.93% from 447); Green value is 45 (17.97% from 255 or 10.07% from 447); Blue value is 228 (89.45% from 255 or 51.01% from 447); Max value from RGB is 228 - color contains mainly: blue. Hex color #AE2DE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE2DE4 is #51D21B. Grayscale: #676767. Windows color (decimal): -5362204 or 14953902. OLE color: 14953902.

HSL color Cylindrical-coordinate representation of color #AE2DE4: hue angle of 282.3º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AE2DE4 is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB17445228-
CMYK0.240.8000.11
HSL282.3º77.22%53.53%-
HSV(B)282.3º80.26%89.41%-
XYZ32.416.4874.87-
YUV104.43197.74177.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.93%
GREEN value IS 45 (17.97% from 255) = 10.07%
BLUE value IS 228 (89.45% from 255) = 51.01%
R=38.93%
G=10.07%
B=51.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal174452280.240.8000.11282.377.2253.53
HexAE2DE418500B11a4d36
Octal256553443012001343211566
Binary1010111010110111100100110001010000010111000110101001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2DE4; }

 p { color: rgb(174,45,228); }

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

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

 a { background-color: rgb(174,45,228); }

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

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

 span { border-color: rgb(174,45,228); }

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