#AE18CD

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

Shades of Dark Orchid #AE18CD

Tints of Dark Orchid #AE18CD

Color information

#AE18CD (or 0xAE18CD) is unknown color: approx Dark Orchid. HEX triplet: AE, 18 and CD. RGB value is (174,24,205). Sum of RGB (Red+Green+Blue) = 174+24+205=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 24 (9.77% from 255 or 5.96% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #AE18CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE18CD is #51E732. Grayscale: #585858. Windows color (decimal): -5367603 or 13441198. OLE color: 13441198.

HSL color Cylindrical-coordinate representation of color #AE18CD: hue angle of 289.72º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AE18CD is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17424205-
CMYK0.150.8800.20
HSL289.72º79.04%44.9%-
HSV(B)289.72º88.29%80.39%-
XYZ28.814.0658.95-
YUV89.48193.2188.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.18%
GREEN value IS 24 (9.77% from 255) = 5.96%
BLUE value IS 205 (80.47% from 255) = 50.87%
R=43.18%
G=5.96%
B=50.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal174242050.150.8800.20289.7279.0444.9
HexAE18CDF580141224f2d
Octal256303151713002444211755
Binary101011101100011001101111110110000101001001000101001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE18CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE18CD; }

 p { color: rgb(174,24,205); }

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

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

 a { background-color: rgb(174,24,205); }

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

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

 span { border-color: rgb(174,24,205); }

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