#ae20d0

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

Shades of Dark Orchid #AE20D0

Tints of Dark Orchid #AE20D0

Color information

#AE20D0 (or 0xAE20D0) is unknown color: approx Dark Orchid. HEX triplet: AE, 20 and D0. RGB value is (174,32,208). Sum of RGB (Red+Green+Blue) = 174+32+208=414 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.03% from 414); Green value is 32 (12.89% from 255 or 7.73% from 414); Blue value is 208 (81.64% from 255 or 50.24% from 414); Max value from RGB is 208 - color contains mainly: blue. Hex color #AE20D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE20D0 is #51DF2F. Grayscale: #5D5D5D. Windows color (decimal): -5365552 or 13639854. OLE color: 13639854.

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

Color convert

RGB17432208-
CMYK0.160.8500.18
HSL288.41º73.33%47.06%-
HSV(B)288.41º84.62%81.57%-
XYZ29.3614.5960.94-
YUV94.52192.04184.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.03%
GREEN value IS 32 (12.89% from 255) = 7.73%
BLUE value IS 208 (81.64% from 255) = 50.24%
R=42.03%
G=7.73%
B=50.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal174322080.160.8500.18288.4173.3347.06
HexAE20D01055012120492f
Octal256403202012502244011157
Binary10101110100000110100001000010101010100101001000001001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae20d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae20d0; }

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

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

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

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

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

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

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

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