#AE1FAE

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

Shades of Dark Orchid #AE1FAE

Tints of Dark Orchid #AE1FAE

Color information

#AE1FAE (or 0xAE1FAE) is unknown color: approx Dark Orchid. HEX triplet: AE, 1F and AE. RGB value is (174,31,174). Sum of RGB (Red+Green+Blue) = 174+31+174=379 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.91% from 379); Green value is 31 (12.5% from 255 or 8.18% from 379); Blue value is 174 (68.36% from 255 or 45.91% from 379); Max value from RGB is 174 - color contains mainly: red, blue. Hex color #AE1FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1FAE is #51E051. Grayscale: #595959. Windows color (decimal): -5365842 or 11411374. OLE color: 11411374.

HSL color Cylindrical-coordinate representation of color #AE1FAE: hue angle of 300º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE1FAE is Cyan = 0, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17431174-
CMYK00.8200.32
HSL300º69.76%40.2%-
HSV(B)300º82.18%68.24%-
XYZ25.5913.0341.21-
YUV90.06175.38187.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.91%
GREEN value IS 31 (12.5% from 255) = 8.18%
BLUE value IS 174 (68.36% from 255) = 45.91%
R=45.91%
G=8.18%
B=45.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1743117400.8200.3230069.7640.2
HexAE1FAE05202012c4628
Octal25637256012204045410650
Binary1010111011111101011100101001001000001001011001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1FAE; }

 p { color: rgb(174,31,174); }

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

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

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

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

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

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

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