#AE1DB2

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

Shades of Dark Orchid #AE1DB2

Tints of Dark Orchid #AE1DB2

Color information

#AE1DB2 (or 0xAE1DB2) is unknown color: approx Dark Orchid. HEX triplet: AE, 1D and B2. RGB value is (174,29,178). Sum of RGB (Red+Green+Blue) = 174+29+178=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 29 (11.72% from 255 or 7.61% from 381); Blue value is 178 (69.92% from 255 or 46.72% from 381); Max value from RGB is 178 - color contains mainly: blue. Hex color #AE1DB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1DB2 is #51E24D. Grayscale: #585858. Windows color (decimal): -5366350 or 11673006. OLE color: 11673006.

HSL color Cylindrical-coordinate representation of color #AE1DB2: hue angle of 298.39º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE1DB2 is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17429178-
CMYK0.020.8400.30
HSL298.39º71.98%40.59%-
HSV(B)298.39º83.71%69.8%-
XYZ25.9313.0943.28-
YUV89.34178.04188.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.67%
GREEN value IS 29 (11.72% from 255) = 7.61%
BLUE value IS 178 (69.92% from 255) = 46.72%
R=45.67%
G=7.61%
B=46.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal174291780.020.8400.30298.3971.9840.59
HexAE1DB225401E12a4829
Octal25635262212403645211051
Binary1010111011101101100101010101000111101001010101001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1DB2; }

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

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

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

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

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

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

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

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