#AE3AE8

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

Shades of Dark Orchid #AE3AE8

Tints of Dark Orchid #AE3AE8

Color information

#AE3AE8 (or 0xAE3AE8) is unknown color: approx Dark Orchid. HEX triplet: AE, 3A and E8. RGB value is (174,58,232). Sum of RGB (Red+Green+Blue) = 174+58+232=464 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.5% from 464); Green value is 58 (23.05% from 255 or 12.5% from 464); Blue value is 232 (91.02% from 255 or 50% from 464); Max value from RGB is 232 - color contains mainly: blue. Hex color #AE3AE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE3AE8 is #51C517. Grayscale: #6F6F6F. Windows color (decimal): -5358872 or 15219374. OLE color: 15219374.

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

Color convert

RGB17458232-
CMYK0.250.7500.09
HSL280º79.09%56.86%-
HSV(B)280º75%90.98%-
XYZ33.5317.8578.02-
YUV112.52195.43171.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.5%
GREEN value IS 58 (23.05% from 255) = 12.5%
BLUE value IS 232 (91.02% from 255) = 50%
R=37.5%
G=12.5%
B=50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal174582320.250.7500.0928079.0956.86
HexAE3AE8194B091184f39
Octal256723503111301143011771
Binary1010111011101011101000110011001011010011000110001001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3AE8; }

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

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

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

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

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

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

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

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