#AE20D5

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

Shades of Dark Orchid #AE20D5

Tints of Dark Orchid #AE20D5

Color information

#AE20D5 (or 0xAE20D5) is unknown color: approx Dark Orchid. HEX triplet: AE, 20 and D5. RGB value is (174,32,213). Sum of RGB (Red+Green+Blue) = 174+32+213=419 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.53% from 419); Green value is 32 (12.89% from 255 or 7.64% from 419); Blue value is 213 (83.59% from 255 or 50.84% from 419); Max value from RGB is 213 - color contains mainly: blue. Hex color #AE20D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE20D5 is #51DF2A. Grayscale: #5E5E5E. Windows color (decimal): -5365547 or 13967534. OLE color: 13967534.

HSL color Cylindrical-coordinate representation of color #AE20D5: hue angle of 287.07º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AE20D5 is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17432213-
CMYK0.180.8500.16
HSL287.07º73.88%48.04%-
HSV(B)287.07º84.98%83.53%-
XYZ29.9814.8464.23-
YUV95.09194.54184.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.53%
GREEN value IS 32 (12.89% from 255) = 7.64%
BLUE value IS 213 (83.59% from 255) = 50.84%
R=41.53%
G=7.64%
B=50.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal174322130.180.8500.16287.0773.8848.04
HexAE20D5125501011f4a30
Octal256403252212502043711260
Binary10101110100000110101011001010101010100001000111111001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE20D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE20D5; }

 p { color: rgb(174,32,213); }

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

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

 a { background-color: rgb(174,32,213); }

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

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

 span { border-color: rgb(174,32,213); }

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