#AE30E5

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

Shades of Dark Orchid #AE30E5

Tints of Dark Orchid #AE30E5

Color information

#AE30E5 (or 0xAE30E5) is unknown color: approx Dark Orchid. HEX triplet: AE, 30 and E5. RGB value is (174,48,229). Sum of RGB (Red+Green+Blue) = 174+48+229=451 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.58% from 451); Green value is 48 (19.14% from 255 or 10.64% from 451); Blue value is 229 (89.84% from 255 or 50.78% from 451); Max value from RGB is 229 - color contains mainly: blue. Hex color #AE30E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE30E5 is #51CF1A. Grayscale: #696969. Windows color (decimal): -5361435 or 15020206. OLE color: 15020206.

HSL color Cylindrical-coordinate representation of color #AE30E5: hue angle of 281.77º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AE30E5 is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB17448229-
CMYK0.240.7900.10
HSL281.77º77.68%54.31%-
HSV(B)281.77º79.04%89.8%-
XYZ32.6616.7775.64-
YUV106.31197.24176.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.58%
GREEN value IS 48 (19.14% from 255) = 10.64%
BLUE value IS 229 (89.84% from 255) = 50.78%
R=38.58%
G=10.64%
B=50.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal174482290.240.7900.10281.7777.6854.31
HexAE30E5184F0A11a4e36
Octal256603453011701243211666
Binary1010111011000011100101110001001111010101000110101001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE30E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE30E5; }

 p { color: rgb(174,48,229); }

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

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

 a { background-color: rgb(174,48,229); }

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

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

 span { border-color: rgb(174,48,229); }

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