#AE2DB6

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

Shades of Dark Orchid #AE2DB6

Tints of Dark Orchid #AE2DB6

Color information

#AE2DB6 (or 0xAE2DB6) is unknown color: approx Dark Orchid. HEX triplet: AE, 2D and B6. RGB value is (174,45,182). Sum of RGB (Red+Green+Blue) = 174+45+182=401 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.39% from 401); Green value is 45 (17.97% from 255 or 11.22% from 401); Blue value is 182 (71.48% from 255 or 45.39% from 401); Max value from RGB is 182 - color contains mainly: blue. Hex color #AE2DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE2DB6 is #51D249. Grayscale: #626262. Windows color (decimal): -5362250 or 11939246. OLE color: 11939246.

HSL color Cylindrical-coordinate representation of color #AE2DB6: hue angle of 296.5º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE2DB6 is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17445182-
CMYK0.040.7500.29
HSL296.5º60.35%44.51%-
HSV(B)296.5º75.27%71.37%-
XYZ26.8414.2545.59-
YUV99.19174.74181.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.39%
GREEN value IS 45 (17.97% from 255) = 11.22%
BLUE value IS 182 (71.48% from 255) = 45.39%
R=43.39%
G=11.22%
B=45.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal174451820.040.7500.29296.560.3544.51
HexAE2DB644B01D1283c2d
Octal2565526641130354507455
Binary10101110101101101101101001001011011101100101000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2DB6; }

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

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

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

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

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

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

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

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