#AE1EB4

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

Shades of Dark Orchid #AE1EB4

Tints of Dark Orchid #AE1EB4

Color information

#AE1EB4 (or 0xAE1EB4) is unknown color: approx Dark Orchid. HEX triplet: AE, 1E and B4. RGB value is (174,30,180). Sum of RGB (Red+Green+Blue) = 174+30+180=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 30 (12.11% from 255 or 7.81% from 384); Blue value is 180 (70.70% from 255 or 46.88% from 384); Max value from RGB is 180 - color contains mainly: blue. Hex color #AE1EB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE1EB4 is #51E14B. Grayscale: #595959. Windows color (decimal): -5366092 or 11804334. OLE color: 11804334.

HSL color Cylindrical-coordinate representation of color #AE1EB4: hue angle of 297.6º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AE1EB4 is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17430180-
CMYK0.030.8300.29
HSL297.6º71.43%41.18%-
HSV(B)297.6º83.33%70.59%-
XYZ26.1613.2244.35-
YUV90.16178.71187.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.31%
GREEN value IS 30 (12.11% from 255) = 7.81%
BLUE value IS 180 (70.70% from 255) = 46.88%
R=45.31%
G=7.81%
B=46.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal174301800.030.8300.29297.671.4341.18
HexAE1EB435301D12a4729
Octal25636264312303545210751
Binary1010111011110101101001110100110111011001010101000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1EB4; }

 p { color: rgb(174,30,180); }

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

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

 a { background-color: rgb(174,30,180); }

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

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

 span { border-color: rgb(174,30,180); }

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