#AE61DB

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

Shades of Medium Orchid #AE61DB

Tints of Medium Orchid #AE61DB

Color information

#AE61DB (or 0xAE61DB) is unknown color: approx Medium Orchid. HEX triplet: AE, 61 and DB. RGB value is (174,97,219). Sum of RGB (Red+Green+Blue) = 174+97+219=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 97 (38.28% from 255 or 19.80% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE61DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE61DB is #519E24. Grayscale: #858585. Windows color (decimal): -5348901 or 14377390. OLE color: 14377390.

HSL color Cylindrical-coordinate representation of color #AE61DB: hue angle of 277.87º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AE61DB is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB17497219-
CMYK0.210.5600.14
HSL277.87º62.89%61.96%-
HSV(B)277.87º55.71%85.88%-
XYZ34.5222.6669.57-
YUV133.93176.01156.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.51%
GREEN value IS 97 (38.28% from 255) = 19.80%
BLUE value IS 219 (85.94% from 255) = 44.69%
R=35.51%
G=19.80%
B=44.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal174972190.210.5600.14277.8762.8961.96
HexAE61DB15380E1163f3e
Octal25614133325700164267776
Binary101011101100001110110111010111100001110100010110111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE61DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE61DB; }

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

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

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

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

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

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

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

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