#AE21C6

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

Shades of Dark Orchid #AE21C6

Tints of Dark Orchid #AE21C6

Color information

#AE21C6 (or 0xAE21C6) is unknown color: approx Dark Orchid. HEX triplet: AE, 21 and C6. RGB value is (174,33,198). Sum of RGB (Red+Green+Blue) = 174+33+198=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 33 (13.28% from 255 or 8.15% from 405); Blue value is 198 (77.73% from 255 or 48.89% from 405); Max value from RGB is 198 - color contains mainly: blue. Hex color #AE21C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE21C6 is #51DE39. Grayscale: #5D5D5D. Windows color (decimal): -5365306 or 12984750. OLE color: 12984750.

HSL color Cylindrical-coordinate representation of color #AE21C6: hue angle of 291.27º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AE21C6 is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17433198-
CMYK0.120.8300.22
HSL291.27º71.43%45.29%-
HSV(B)291.27º83.33%77.65%-
XYZ28.1914.1654.67-
YUV93.97186.71185.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.96%
GREEN value IS 33 (13.28% from 255) = 8.15%
BLUE value IS 198 (77.73% from 255) = 48.89%
R=42.96%
G=8.15%
B=48.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal174331980.120.8300.22291.2771.4345.29
HexAE21C6C53016123472d
Octal256413061412302644310755
Binary1010111010000111000110110010100110101101001000111000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE21C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE21C6; }

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

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

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

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

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

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

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

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