#AE37CD

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

Shades of Dark Orchid #AE37CD

Tints of Dark Orchid #AE37CD

Color information

#AE37CD (or 0xAE37CD) is unknown color: approx Dark Orchid. HEX triplet: AE, 37 and CD. RGB value is (174,55,205). Sum of RGB (Red+Green+Blue) = 174+55+205=434 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.09% from 434); Green value is 55 (21.88% from 255 or 12.67% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #AE37CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE37CD is #51C832. Grayscale: #6B6B6B. Windows color (decimal): -5359667 or 13449134. OLE color: 13449134.

HSL color Cylindrical-coordinate representation of color #AE37CD: hue angle of 287.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AE37CD is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17455205-
CMYK0.150.7300.20
HSL287.6º60%50.98%-
HSV(B)287.6º73.17%80.39%-
XYZ29.8416.1459.3-
YUV107.68182.92175.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.09%
GREEN value IS 55 (21.88% from 255) = 12.67%
BLUE value IS 205 (80.47% from 255) = 47.24%
R=40.09%
G=12.67%
B=47.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal174552050.150.7300.20287.66050.98
HexAE37CDF490141203c33
Octal25667315171110244407463
Binary101011101101111100110111111001001010100100100000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE37CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE37CD; }

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

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

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

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

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

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

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

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