#AE23D8

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

Shades of Dark Orchid #AE23D8

Tints of Dark Orchid #AE23D8

Color information

#AE23D8 (or 0xAE23D8) is unknown color: approx Dark Orchid. HEX triplet: AE, 23 and D8. RGB value is (174,35,216). Sum of RGB (Red+Green+Blue) = 174+35+216=425 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.94% from 425); Green value is 35 (14.06% from 255 or 8.24% from 425); Blue value is 216 (84.77% from 255 or 50.82% from 425); Max value from RGB is 216 - color contains mainly: blue. Hex color #AE23D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE23D8 is #51DC27. Grayscale: #606060. Windows color (decimal): -5364776 or 14164910. OLE color: 14164910.

HSL color Cylindrical-coordinate representation of color #AE23D8: hue angle of 286.08º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE23D8 is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17435216-
CMYK0.190.8400.15
HSL286.08º72.11%49.22%-
HSV(B)286.08º83.8%84.71%-
XYZ30.4515.1666.29-
YUV97.2195.05182.78-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.94%
GREEN value IS 35 (14.06% from 255) = 8.24%
BLUE value IS 216 (84.77% from 255) = 50.82%
R=40.94%
G=8.24%
B=50.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal174352160.190.8400.15286.0872.1149.22
HexAE23D813540F11e4831
Octal256433302312401743611061
Binary1010111010001111011000100111010100011111000111101001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE23D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE23D8; }

 p { color: rgb(174,35,216); }

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

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

 a { background-color: rgb(174,35,216); }

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

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

 span { border-color: rgb(174,35,216); }

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