#ae37c8

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

Shades of Dark Orchid #AE37C8

Tints of Dark Orchid #AE37C8

Color information

#AE37C8 (or 0xAE37C8) is unknown color: approx Dark Orchid. HEX triplet: AE, 37 and C8. RGB value is (174,55,200). Sum of RGB (Red+Green+Blue) = 174+55+200=429 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.56% from 429); Green value is 55 (21.88% from 255 or 12.82% from 429); Blue value is 200 (78.52% from 255 or 46.62% from 429); Max value from RGB is 200 - color contains mainly: blue. Hex color #AE37C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE37C8 is #51C837. Grayscale: #6A6A6A. Windows color (decimal): -5359672 or 13121454. OLE color: 13121454.

HSL color Cylindrical-coordinate representation of color #AE37C8: hue angle of 289.24º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AE37C8 is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17455200-
CMYK0.130.7200.22
HSL289.24º56.86%50%-
HSV(B)289.24º72.5%78.43%-
XYZ29.2515.956.17-
YUV107.11180.42175.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.56%
GREEN value IS 55 (21.88% from 255) = 12.82%
BLUE value IS 200 (78.52% from 255) = 46.62%
R=40.56%
G=12.82%
B=46.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal174552000.130.7200.22289.2456.8650
HexAE37C8D480161213932
Octal25667310151100264417162
Binary101011101101111100100011011001000010110100100001111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae37c8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae37c8; }

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

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

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

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

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

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

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

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