#AE18C5

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

Shades of Dark Orchid #AE18C5

Tints of Dark Orchid #AE18C5

Color information

#AE18C5 (or 0xAE18C5) is unknown color: approx Dark Orchid. HEX triplet: AE, 18 and C5. RGB value is (174,24,197). Sum of RGB (Red+Green+Blue) = 174+24+197=395 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.05% from 395); Green value is 24 (9.77% from 255 or 6.08% from 395); Blue value is 197 (77.34% from 255 or 49.87% from 395); Max value from RGB is 197 - color contains mainly: blue. Hex color #AE18C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE18C5 is #51E73A. Grayscale: #585858. Windows color (decimal): -5367611 or 12916910. OLE color: 12916910.

HSL color Cylindrical-coordinate representation of color #AE18C5: hue angle of 292.02º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AE18C5 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17424197-
CMYK0.120.8800.23
HSL292.02º78.28%43.33%-
HSV(B)292.02º87.82%77.25%-
XYZ27.8613.6854-
YUV88.57189.2188.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.05%
GREEN value IS 24 (9.77% from 255) = 6.08%
BLUE value IS 197 (77.34% from 255) = 49.87%
R=44.05%
G=6.08%
B=49.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal174241970.120.8800.23292.0278.2843.33
HexAE18C5C580171244e2b
Octal256303051413002744411653
Binary101011101100011000101110010110000101111001001001001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE18C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE18C5; }

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

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

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

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

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

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

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

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