#AE2DB1

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

Shades of Dark Orchid #AE2DB1

Tints of Dark Orchid #AE2DB1

Color information

#AE2DB1 (or 0xAE2DB1) is unknown color: approx Dark Orchid. HEX triplet: AE, 2D and B1. RGB value is (174,45,177). Sum of RGB (Red+Green+Blue) = 174+45+177=396 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.94% from 396); Green value is 45 (17.97% from 255 or 11.36% from 396); Blue value is 177 (69.53% from 255 or 44.70% from 396); Max value from RGB is 177 - color contains mainly: blue. Hex color #AE2DB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2DB1 is #51D24E. Grayscale: #626262. Windows color (decimal): -5362255 or 11611566. OLE color: 11611566.

HSL color Cylindrical-coordinate representation of color #AE2DB1: hue angle of 298.64º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE2DB1 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17445177-
CMYK0.020.7500.31
HSL298.64º59.46%43.53%-
HSV(B)298.64º74.58%69.41%-
XYZ26.3314.0542.92-
YUV98.62172.24181.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.94%
GREEN value IS 45 (17.97% from 255) = 11.36%
BLUE value IS 177 (69.53% from 255) = 44.70%
R=43.94%
G=11.36%
B=44.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal174451770.020.7500.31298.6459.4643.53
HexAE2DB124B01F12b3b2c
Octal2565526121130374537354
Binary1010111010110110110001101001011011111100101011111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2DB1; }

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

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

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

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

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

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

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

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