#AE3DD8

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

Shades of Dark Orchid #AE3DD8

Tints of Dark Orchid #AE3DD8

Color information

#AE3DD8 (or 0xAE3DD8) is unknown color: approx Dark Orchid. HEX triplet: AE, 3D and D8. RGB value is (174,61,216). Sum of RGB (Red+Green+Blue) = 174+61+216=451 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.58% from 451); Green value is 61 (24.22% from 255 or 13.53% from 451); Blue value is 216 (84.77% from 255 or 47.89% from 451); Max value from RGB is 216 - color contains mainly: blue. Hex color #AE3DD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE3DD8 is #51C227. Grayscale: #6F6F6F. Windows color (decimal): -5358120 or 14171566. OLE color: 14171566.

HSL color Cylindrical-coordinate representation of color #AE3DD8: hue angle of 283.74º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AE3DD8 is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17461216-
CMYK0.190.7200.15
HSL283.74º66.52%54.31%-
HSV(B)283.74º71.76%84.71%-
XYZ31.5217.2966.64-
YUV112.46186.44171.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.58%
GREEN value IS 61 (24.22% from 255) = 13.53%
BLUE value IS 216 (84.77% from 255) = 47.89%
R=38.58%
G=13.53%
B=47.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal174612160.190.7200.15283.7466.5254.31
HexAE3DD813480F11c4336
Octal256753302311001743410366
Binary1010111011110111011000100111001000011111000111001000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3DD8; }

 p { color: rgb(174,61,216); }

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

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

 a { background-color: rgb(174,61,216); }

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

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

 span { border-color: rgb(174,61,216); }

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