#ae60db

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

Shades of Medium Orchid #AE60DB

Tints of Medium Orchid #AE60DB

Color information

#AE60DB (or 0xAE60DB) is unknown color: approx Medium Orchid. HEX triplet: AE, 60 and DB. RGB value is (174,96,219). Sum of RGB (Red+Green+Blue) = 174+96+219=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 96 (37.89% from 255 or 19.63% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE60DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE60DB is #519F24. Grayscale: #848484. Windows color (decimal): -5349157 or 14377134. OLE color: 14377134.

HSL color Cylindrical-coordinate representation of color #AE60DB: hue angle of 278.05º 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 #AE60DB is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB17496219-
CMYK0.210.5600.14
HSL278.05º63.08%61.76%-
HSV(B)278.05º56.16%85.88%-
XYZ34.4222.4869.54-
YUV133.34176.34157-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.58%
GREEN value IS 96 (37.89% from 255) = 19.63%
BLUE value IS 219 (85.94% from 255) = 44.79%
R=35.58%
G=19.63%
B=44.79%

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
Decimal174962190.210.5600.14278.0563.0861.76
HexAE60DB15380E1163f3e
Octal25614033325700164267776
Binary101011101100000110110111010111100001110100010110111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae60db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae60db; }

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

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

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

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

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

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

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

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