#AE61DA

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

Shades of Medium Orchid #AE61DA

Tints of Medium Orchid #AE61DA

Color information

#AE61DA (or 0xAE61DA) is unknown color: approx Medium Orchid. HEX triplet: AE, 61 and DA. RGB value is (174,97,218). Sum of RGB (Red+Green+Blue) = 174+97+218=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 97 (38.28% from 255 or 19.84% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 218 - color contains mainly: blue. Hex color #AE61DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE61DA is #519E25. Grayscale: #858585. Windows color (decimal): -5348902 or 14311854. OLE color: 14311854.

HSL color Cylindrical-coordinate representation of color #AE61DA: hue angle of 278.18º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AE61DA is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17497218-
CMYK0.200.5600.15
HSL278.18º62.05%61.76%-
HSV(B)278.18º55.5%85.49%-
XYZ34.3922.6168.88-
YUV133.82175.51156.66-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.58%
GREEN value IS 97 (38.28% from 255) = 19.84%
BLUE value IS 218 (85.55% from 255) = 44.58%
R=35.58%
G=19.84%
B=44.58%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal174972180.200.5600.15278.1862.0561.76
HexAE61DA14380F1163e3e
Octal25614133224700174267676
Binary101011101100001110110101010011100001111100010110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE61DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE61DA; }

 p { color: rgb(174,97,218); }

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

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

 a { background-color: rgb(174,97,218); }

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

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

 span { border-color: rgb(174,97,218); }

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