#AE37EB

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

Shades of Dark Orchid #AE37EB

Tints of Dark Orchid #AE37EB

Color information

#AE37EB (or 0xAE37EB) is unknown color: approx Dark Orchid. HEX triplet: AE, 37 and EB. RGB value is (174,55,235). Sum of RGB (Red+Green+Blue) = 174+55+235=464 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.5% from 464); Green value is 55 (21.88% from 255 or 11.85% from 464); Blue value is 235 (92.19% from 255 or 50.65% from 464); Max value from RGB is 235 - color contains mainly: blue. Hex color #AE37EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE37EB is #51C814. Grayscale: #6E6E6E. Windows color (decimal): -5359637 or 15415214. OLE color: 15415214.

HSL color Cylindrical-coordinate representation of color #AE37EB: hue angle of 279.67º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AE37EB is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB17455235-
CMYK0.260.7700.08
HSL279.67º81.82%56.86%-
HSV(B)279.67º76.6%92.16%-
XYZ33.8217.7380.24-
YUV111.1197.92172.86-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.5%
GREEN value IS 55 (21.88% from 255) = 11.85%
BLUE value IS 235 (92.19% from 255) = 50.65%
R=37.5%
G=11.85%
B=50.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal174552350.260.7700.08279.6781.8256.86
HexAE37EB1A4D081185239
Octal256673533211501043012271
Binary1010111011011111101011110101001101010001000110001010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE37EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE37EB; }

 p { color: rgb(174,55,235); }

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

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

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

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

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

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

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