#AE3AE1

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

Shades of Dark Orchid #AE3AE1

Tints of Dark Orchid #AE3AE1

Color information

#AE3AE1 (or 0xAE3AE1) is unknown color: approx Dark Orchid. HEX triplet: AE, 3A and E1. RGB value is (174,58,225). Sum of RGB (Red+Green+Blue) = 174+58+225=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 58 (23.05% from 255 or 12.69% from 457); Blue value is 225 (88.28% from 255 or 49.23% from 457); Max value from RGB is 225 - color contains mainly: blue. Hex color #AE3AE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE3AE1 is #51C51E. Grayscale: #6F6F6F. Windows color (decimal): -5358879 or 14760622. OLE color: 14760622.

HSL color Cylindrical-coordinate representation of color #AE3AE1: hue angle of 281.68º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AE3AE1 is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB17458225-
CMYK0.230.7400.12
HSL281.68º73.57%55.49%-
HSV(B)281.68º74.22%88.24%-
XYZ32.5617.4672.89-
YUV111.72191.93172.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.07%
GREEN value IS 58 (23.05% from 255) = 12.69%
BLUE value IS 225 (88.28% from 255) = 49.23%
R=38.07%
G=12.69%
B=49.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal174582250.230.7400.12281.6873.5755.49
HexAE3AE1174A0C11a4a37
Octal256723412711201443211267
Binary1010111011101011100001101111001010011001000110101001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3AE1; }

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

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

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

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

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

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

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

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