#AE1DBA

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

Shades of Dark Orchid #AE1DBA

Tints of Dark Orchid #AE1DBA

Color information

#AE1DBA (or 0xAE1DBA) is unknown color: approx Dark Orchid. HEX triplet: AE, 1D and BA. RGB value is (174,29,186). Sum of RGB (Red+Green+Blue) = 174+29+186=389 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.73% from 389); Green value is 29 (11.72% from 255 or 7.46% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE1DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE1DBA is #51E245. Grayscale: #595959. Windows color (decimal): -5366342 or 12197294. OLE color: 12197294.

HSL color Cylindrical-coordinate representation of color #AE1DBA: hue angle of 295.41º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE1DBA is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17429186-
CMYK0.060.8400.27
HSL295.41º73.02%42.16%-
HSV(B)295.41º84.41%72.94%-
XYZ26.7613.4247.63-
YUV90.25182.04187.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.73%
GREEN value IS 29 (11.72% from 255) = 7.46%
BLUE value IS 186 (73.05% from 255) = 47.81%
R=44.73%
G=7.46%
B=47.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal174291860.060.8400.27295.4173.0242.16
HexAE1DBA65401B127492a
Octal25635272612403344711152
Binary10101110111011011101011010101000110111001001111001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1DBA; }

 p { color: rgb(174,29,186); }

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

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

 a { background-color: rgb(174,29,186); }

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

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

 span { border-color: rgb(174,29,186); }

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