#AE37CF

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

Shades of Dark Orchid #AE37CF

Tints of Dark Orchid #AE37CF

Color information

#AE37CF (or 0xAE37CF) is unknown color: approx Dark Orchid. HEX triplet: AE, 37 and CF. RGB value is (174,55,207). Sum of RGB (Red+Green+Blue) = 174+55+207=436 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.91% from 436); Green value is 55 (21.88% from 255 or 12.61% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #AE37CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE37CF is #51C830. Grayscale: #6B6B6B. Windows color (decimal): -5359665 or 13580206. OLE color: 13580206.

HSL color Cylindrical-coordinate representation of color #AE37CF: hue angle of 286.97º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AE37CF is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17455207-
CMYK0.160.7300.19
HSL286.97º61.29%51.37%-
HSV(B)286.97º73.43%81.18%-
XYZ30.0816.2460.58-
YUV107.91183.92175.14-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.91%
GREEN value IS 55 (21.88% from 255) = 12.61%
BLUE value IS 207 (81.25% from 255) = 47.48%
R=39.91%
G=12.61%
B=47.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal174552070.160.7300.19286.9761.2951.37
HexAE37CF104901311f3d33
Octal25667317201110234377563
Binary1010111011011111001111100001001001010011100011111111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE37CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE37CF; }

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

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

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

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

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

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

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

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