#AE65D5

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

Shades of Medium Orchid #AE65D5

Tints of Medium Orchid #AE65D5

Color information

#AE65D5 (or 0xAE65D5) is unknown color: approx Medium Orchid. HEX triplet: AE, 65 and D5. RGB value is (174,101,213). Sum of RGB (Red+Green+Blue) = 174+101+213=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 101 (39.84% from 255 or 20.70% from 488); Blue value is 213 (83.59% from 255 or 43.65% from 488); Max value from RGB is 213 - color contains mainly: blue. Hex color #AE65D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE65D5 is #519A2A. Grayscale: #878787. Windows color (decimal): -5347883 or 13985198. OLE color: 13985198.

HSL color Cylindrical-coordinate representation of color #AE65D5: hue angle of 279.11º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AE65D5 is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB174101213-
CMYK0.180.5300.16
HSL279.11º57.14%61.57%-
HSV(B)279.11º52.58%83.53%-
XYZ34.1223.1165.61-
YUV135.6171.68155.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.66%
GREEN value IS 101 (39.84% from 255) = 20.70%
BLUE value IS 213 (83.59% from 255) = 43.65%
R=35.66%
G=20.70%
B=43.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1741012130.180.5300.16279.1157.1461.57
HexAE65D51235010117393e
Octal25614532522650204277176
Binary1010111011001011101010110010110101010000100010111111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE65D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE65D5; }

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

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

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

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

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

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

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

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