#AE32E8

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

Shades of Dark Orchid #AE32E8

Tints of Dark Orchid #AE32E8

Color information

#AE32E8 (or 0xAE32E8) is unknown color: approx Dark Orchid. HEX triplet: AE, 32 and E8. RGB value is (174,50,232). Sum of RGB (Red+Green+Blue) = 174+50+232=456 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.16% from 456); Green value is 50 (19.92% from 255 or 10.96% from 456); Blue value is 232 (91.02% from 255 or 50.88% from 456); Max value from RGB is 232 - color contains mainly: blue. Hex color #AE32E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE32E8 is #51CD17. Grayscale: #6B6B6B. Windows color (decimal): -5360920 or 15217326. OLE color: 15217326.

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

Color convert

RGB17450232-
CMYK0.250.7800.09
HSL280.88º79.82%55.29%-
HSV(B)280.88º78.45%90.98%-
XYZ33.1617.1177.9-
YUV107.82198.08175.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.16%
GREEN value IS 50 (19.92% from 255) = 10.96%
BLUE value IS 232 (91.02% from 255) = 50.88%
R=38.16%
G=10.96%
B=50.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal174502320.250.7800.09280.8879.8255.29
HexAE32E8194E091195037
Octal256623503111601143112067
Binary1010111011001011101000110011001110010011000110011010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE32E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE32E8; }

 p { color: rgb(174,50,232); }

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

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

 a { background-color: rgb(174,50,232); }

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

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

 span { border-color: rgb(174,50,232); }

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