#AE37CA

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

Shades of Dark Orchid #AE37CA

Tints of Dark Orchid #AE37CA

Color information

#AE37CA (or 0xAE37CA) is unknown color: approx Dark Orchid. HEX triplet: AE, 37 and CA. RGB value is (174,55,202). Sum of RGB (Red+Green+Blue) = 174+55+202=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 55 (21.88% from 255 or 12.76% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE37CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE37CA is #51C835. Grayscale: #6A6A6A. Windows color (decimal): -5359670 or 13252526. OLE color: 13252526.

HSL color Cylindrical-coordinate representation of color #AE37CA: hue angle of 288.57º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AE37CA is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17455202-
CMYK0.140.7300.21
HSL288.57º58.1%50.39%-
HSV(B)288.57º72.77%79.22%-
XYZ29.481657.41-
YUV107.34181.42175.55-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.37%
GREEN value IS 55 (21.88% from 255) = 12.76%
BLUE value IS 202 (79.30% from 255) = 46.87%
R=40.37%
G=12.76%
B=46.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal174552020.140.7300.21288.5758.150.39
HexAE37CAE490151213a32
Octal25667312161110254417262
Binary101011101101111100101011101001001010101100100001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE37CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE37CA; }

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

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

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

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

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

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

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

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