#AE33DD

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

Shades of Dark Orchid #AE33DD

Tints of Dark Orchid #AE33DD

Color information

#AE33DD (or 0xAE33DD) is unknown color: approx Dark Orchid. HEX triplet: AE, 33 and DD. RGB value is (174,51,221). Sum of RGB (Red+Green+Blue) = 174+51+221=446 (59% of max value = 765). Red value is 174 (68.36% from 255 or 39.01% from 446); Green value is 51 (20.31% from 255 or 11.43% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE33DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE33DD is #51CC22. Grayscale: #6A6A6A. Windows color (decimal): -5360675 or 14496686. OLE color: 14496686.

HSL color Cylindrical-coordinate representation of color #AE33DD: hue angle of 283.41º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AE33DD is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17451221-
CMYK0.210.7700.13
HSL283.41º71.43%53.33%-
HSV(B)283.41º76.92%86.67%-
XYZ31.6916.5969.94-
YUV107.16192.25175.68-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.01%
GREEN value IS 51 (20.31% from 255) = 11.43%
BLUE value IS 221 (86.72% from 255) = 49.55%
R=39.01%
G=11.43%
B=49.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal174512210.210.7700.13283.4171.4353.33
HexAE33DD154D0D11b4735
Octal256633352511501543310765
Binary1010111011001111011101101011001101011011000110111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE33DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE33DD; }

 p { color: rgb(174,51,221); }

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

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

 a { background-color: rgb(174,51,221); }

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

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

 span { border-color: rgb(174,51,221); }

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