#AE21AD

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

Shades of Dark Orchid #AE21AD

Tints of Dark Orchid #AE21AD

Color information

#AE21AD (or 0xAE21AD) is unknown color: approx Dark Orchid. HEX triplet: AE, 21 and AD. RGB value is (174,33,173). Sum of RGB (Red+Green+Blue) = 174+33+173=380 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.79% from 380); Green value is 33 (13.28% from 255 or 8.68% from 380); Blue value is 173 (67.97% from 255 or 45.53% from 380); Max value from RGB is 174 - color contains mainly: red. Hex color #AE21AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE21AD is #51DE52. Grayscale: #5A5A5A. Windows color (decimal): -5365331 or 11346350. OLE color: 11346350.

HSL color Cylindrical-coordinate representation of color #AE21AD: hue angle of 300.43º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AE21AD is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB17433173-
CMYK00.810.010.32
HSL300.43º68.12%40.59%-
HSV(B)300.43º81.03%68.24%-
XYZ25.5413.140.72-
YUV91.12174.21187.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.79%
GREEN value IS 33 (13.28% from 255) = 8.68%
BLUE value IS 173 (67.97% from 255) = 45.53%
R=45.79%
G=8.68%
B=45.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1743317300.810.010.32300.4368.1240.59
HexAE21AD05112012c4429
Octal25641255012114045410451
Binary10101110100001101011010101000111000001001011001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE21AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE21AD; }

 p { color: rgb(174,33,173); }

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

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

 a { background-color: rgb(174,33,173); }

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

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

 span { border-color: rgb(174,33,173); }

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