#AE38C9

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

Shades of Dark Orchid #AE38C9

Tints of Dark Orchid #AE38C9

Color information

#AE38C9 (or 0xAE38C9) is unknown color: approx Dark Orchid. HEX triplet: AE, 38 and C9. RGB value is (174,56,201). Sum of RGB (Red+Green+Blue) = 174+56+201=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 56 (22.27% from 255 or 12.99% from 431); Blue value is 201 (78.91% from 255 or 46.64% from 431); Max value from RGB is 201 - color contains mainly: blue. Hex color #AE38C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE38C9 is #51C736. Grayscale: #6B6B6B. Windows color (decimal): -5359415 or 13187246. OLE color: 13187246.

HSL color Cylindrical-coordinate representation of color #AE38C9: hue angle of 288.83º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AE38C9 is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17456201-
CMYK0.130.7200.21
HSL288.83º57.31%50.39%-
HSV(B)288.83º72.14%78.82%-
XYZ29.4116.0456.8-
YUV107.81180.59175.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.37%
GREEN value IS 56 (22.27% from 255) = 12.99%
BLUE value IS 201 (78.91% from 255) = 46.64%
R=40.37%
G=12.99%
B=46.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal174562010.130.7200.21288.8357.3150.39
HexAE38C9D480151213932
Octal25670311151100254417162
Binary101011101110001100100111011001000010101100100001111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE38C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE38C9; }

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

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

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

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

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

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

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

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