#AE65DB

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

Shades of Medium Orchid #AE65DB

Tints of Medium Orchid #AE65DB

Color information

#AE65DB (or 0xAE65DB) is unknown color: approx Medium Orchid. HEX triplet: AE, 65 and DB. RGB value is (174,101,219). Sum of RGB (Red+Green+Blue) = 174+101+219=494 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.22% from 494); Green value is 101 (39.84% from 255 or 20.45% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE65DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE65DB is #519A24. Grayscale: #878787. Windows color (decimal): -5347877 or 14378414. OLE color: 14378414.

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

Color convert

RGB174101219-
CMYK0.210.5400.14
HSL277.12º62.11%62.75%-
HSV(B)277.12º53.88%85.88%-
XYZ34.923.4269.7-
YUV136.28174.68154.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.22%
GREEN value IS 101 (39.84% from 255) = 20.45%
BLUE value IS 219 (85.94% from 255) = 44.33%
R=35.22%
G=20.45%
B=44.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1741012190.210.5400.14277.1262.1162.75
HexAE65DB15360E1153e3f
Octal25614533325660164257677
Binary101011101100101110110111010111011001110100010101111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE65DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE65DB; }

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

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

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

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

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

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

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

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