#AE2DCB

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

Shades of Dark Orchid #AE2DCB

Tints of Dark Orchid #AE2DCB

Color information

#AE2DCB (or 0xAE2DCB) is unknown color: approx Dark Orchid. HEX triplet: AE, 2D and CB. RGB value is (174,45,203). Sum of RGB (Red+Green+Blue) = 174+45+203=422 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.23% from 422); Green value is 45 (17.97% from 255 or 10.66% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE2DCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE2DCB is #51D234. Grayscale: #656565. Windows color (decimal): -5362229 or 13315502. OLE color: 13315502.

HSL color Cylindrical-coordinate representation of color #AE2DCB: hue angle of 288.99º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AE2DCB is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17445203-
CMYK0.140.7800.20
HSL288.99º63.71%48.63%-
HSV(B)288.99º77.83%79.61%-
XYZ29.1715.1957.89-
YUV101.58185.24179.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.23%
GREEN value IS 45 (17.97% from 255) = 10.66%
BLUE value IS 203 (79.69% from 255) = 48.10%
R=41.23%
G=10.66%
B=48.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal174452030.140.7800.20288.9963.7148.63
HexAE2DCBE4E0141214031
Octal256553131611602444110061
Binary1010111010110111001011111010011100101001001000011000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2DCB; }

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

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

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

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

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

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

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

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