#AE38E7

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

Shades of Dark Orchid #AE38E7

Tints of Dark Orchid #AE38E7

Color information

#AE38E7 (or 0xAE38E7) is unknown color: approx Dark Orchid. HEX triplet: AE, 38 and E7. RGB value is (174,56,231). Sum of RGB (Red+Green+Blue) = 174+56+231=461 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.74% from 461); Green value is 56 (22.27% from 255 or 12.15% from 461); Blue value is 231 (90.62% from 255 or 50.11% from 461); Max value from RGB is 231 - color contains mainly: blue. Hex color #AE38E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE38E7 is #51C718. Grayscale: #6E6E6E. Windows color (decimal): -5359385 or 15153326. OLE color: 15153326.

HSL color Cylindrical-coordinate representation of color #AE38E7: hue angle of 280.46º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AE38E7 is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17456231-
CMYK0.250.7600.09
HSL280.46º78.48%56.27%-
HSV(B)280.46º75.76%90.59%-
XYZ33.2917.677.24-
YUV111.23195.59172.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.74%
GREEN value IS 56 (22.27% from 255) = 12.15%
BLUE value IS 231 (90.62% from 255) = 50.11%
R=37.74%
G=12.15%
B=50.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal174562310.250.7600.09280.4678.4856.27
HexAE38E7194C091184e38
Octal256703473111401143011670
Binary1010111011100011100111110011001100010011000110001001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE38E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE38E7; }

 p { color: rgb(174,56,231); }

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

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

 a { background-color: rgb(174,56,231); }

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

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

 span { border-color: rgb(174,56,231); }

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