#AE31BE

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

Shades of Dark Orchid #AE31BE

Tints of Dark Orchid #AE31BE

Color information

#AE31BE (or 0xAE31BE) is unknown color: approx Dark Orchid. HEX triplet: AE, 31 and BE. RGB value is (174,49,190). Sum of RGB (Red+Green+Blue) = 174+49+190=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 49 (19.53% from 255 or 11.86% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 190 - color contains mainly: blue. Hex color #AE31BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE31BE is #51CE41. Grayscale: #666666. Windows color (decimal): -5361218 or 12464558. OLE color: 12464558.

HSL color Cylindrical-coordinate representation of color #AE31BE: hue angle of 293.19º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AE31BE is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17449190-
CMYK0.080.7400.25
HSL293.19º59%46.86%-
HSV(B)293.19º74.21%74.51%-
XYZ27.8514.9150.13-
YUV102.45177.41179.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.13%
GREEN value IS 49 (19.53% from 255) = 11.86%
BLUE value IS 190 (74.61% from 255) = 46.00%
R=42.13%
G=11.86%
B=46.00%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal174491900.080.7400.25293.195946.86
HexAE31BE84A0191253b2f
Octal25661276101120314457357
Binary101011101100011011111010001001010011001100100101111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE31BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE31BE; }

 p { color: rgb(174,49,190); }

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

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

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

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

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

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

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